- Create a python 3.6 environment
python3.6 -m venv env
- Set env variables and activate virtual environment
source activate_settings.sh
- Install the required packages with
pip install -r requirements/base.txt -r requirements/dev.txt
- Make sure the app's settings are configured correctly (see
activate_settings.sh
andaidbox_python_sdk/settings.py
). You can also use environment variables to define sensitive settings, eg. DB connection variables (see example.env-ptl
) - You can then run example with
python example.py
.
forked from Aidbox/aidbox-python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
IT-Aces/aidbox-python-sdk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 80.9%
- Shell 18.0%
- Other 1.1%