-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Navid Haghdadi edited this page Dec 30, 2018
·
1 revision
Welcome to the Tariff-API wiki!
-
You can skip this if you want and install the dependencies yourself - i think this is just flask at the moment. I recommend using pipenv though - install it with your favoured package manager, then just run
pipenv install
-
Run run.py - if you've installed the packages to your machine, just
python run.py
or if you're using pipenv, usepipenv run python run.py