Skip to content

Dependencies

Tiago Jesu edited this page Oct 24, 2018 · 1 revision

Backend dependencies

Python3 dependencies can be managed in two ways:

  • Using requirements.txt
pip install -r requirements.txt
  • Using setup.py
python setup.py install
Clone this wiki locally