Skip to content

IT-Aces/aidbox-python-sdk

 
 

Repository files navigation

aidbox-python-sdk

  1. Create a python 3.6 environment python3.6 -m venv env
  2. Set env variables and activate virtual environment source activate_settings.sh
  3. Install the required packages with pip install -r requirements/base.txt -r requirements/dev.txt
  4. Make sure the app's settings are configured correctly (see activate_settings.sh and aidbox_python_sdk/settings.py). You can also use environment variables to define sensitive settings, eg. DB connection variables (see example .env-ptl)
  5. You can then run example with python example.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.9%
  • Shell 18.0%
  • Other 1.1%