-
Notifications
You must be signed in to change notification settings - Fork 1
Backend
stevenbrookslv edited this page Apr 12, 2017
·
11 revisions
All requirements are contained in the requirements.txt file in the CLT-webapp/backend directory.
To install, run
sudo pip3 install -r requirements.txt
In order to run backend locally, all you need to do is run
./clt_backend.py
from the directory which you have the file saved in.
Alternatively, for windows you may need to run
python3|python clt_backend.py
from the directory to run the backend.