Skip to content

Commit 88ff883

Browse files
committed
Update readme
1 parent 98f8ead commit 88ff883

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
[![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)
22
[![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/)
44

55
# aidbox-python-sdk
66

7-
1. Create a python 3.8+ environment `pyenv `
7+
1. Create a python 3.9+ environment `pyenv `
88
2. Set env variables and activate virtual environment `source activate_settings.sh`
99
2. Install the required packages with `pipenv install --dev`
1010
3. Make sure the app's settings are configured correctly (see `activate_settings.sh` and `aidbox_python_sdk/settings.py`). You can also
1111
use environment variables to define sensitive settings, eg. DB connection variables (see example `.env-ptl`)
1212
4. You can then run example with `python example.py`.
1313

14-
Add `APP_FAST_START_MODE=TRUE` to env_tests for fast start mode.
15-
1614
# Getting started
1715
## Minimal application
1816
```Python

0 commit comments

Comments
 (0)