File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ build status] ( https://github.com/Aidbox/aidbox-python-sdk/actions/workflows/build.yaml/badge.svg )] ( https://github.com/Aidbox/aidbox-python-sdk/actions/workflows/build.yaml )
2
2
[ ![ pypi] ( https://img.shields.io/pypi/v/aidbox-python-sdk.svg )] ( https://pypi.org/project/aidbox-python-sdk/ )
3
- [ ![ Supported Python version] ( https://img.shields.io/badge/python-3.8 +-blue.svg )] ( https://www.python.org/downloads/release/python-380 / )
3
+ [ ![ Supported Python version] ( https://img.shields.io/badge/python-3.9 +-blue.svg )] ( https://www.python.org/downloads/release/python-390 / )
4
4
5
5
# aidbox-python-sdk
6
6
7
- 1 . Create a python 3.8 + environment ` pyenv `
7
+ 1 . Create a python 3.9 + environment ` pyenv `
8
8
2 . Set env variables and activate virtual environment ` source activate_settings.sh `
9
9
2 . Install the required packages with ` pipenv install --dev `
10
10
3 . Make sure the app's settings are configured correctly (see ` activate_settings.sh ` and ` aidbox_python_sdk/settings.py ` ). You can also
11
11
use environment variables to define sensitive settings, eg. DB connection variables (see example ` .env-ptl ` )
12
12
4 . You can then run example with ` python example.py ` .
13
13
14
- Add ` APP_FAST_START_MODE=TRUE ` to env_tests for fast start mode.
15
-
16
14
# Getting started
17
15
## Minimal application
18
16
``` Python
You can’t perform that action at this time.
0 commit comments