lauramayol / crypto_signal

58 stars 23 forks source link

feat: updated README with instructions to run project #3

Closed cagica closed 5 years ago

cagica commented 5 years ago

Added intructions to run project. Resolve #2

authenticfake commented 5 years ago

it is quite simple pip install -r requirements.txt --upgrade python crypto_signal/manage.py -- for seeing the list of commands python crypto_signal/manage.py runserver -- for running the server

I hope it is useful for you authenticfake