diff --git a/README.md b/README.md index 939f47c..7a3367c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Elphas -Elephant Identification and counting system +# Elephant Identification and counting system -To activate front-end, inside the dir run +# To activate front-end, inside the dir run ``` npm install ``` @@ -10,20 +10,20 @@ afterwards, npm start ``` -In the back-end you would find requirements.txt which includes all the required modules. To install those run inside the dir +# In the back-end you would find requirements.txt which includes all the required modules. To install those run inside the dir ``` pip install -r requirements.txt ``` An Anaconda environment is preferred. -If using windows, as the server is written in app.py, run +# If using windows, as the server is written in app.py, run ``` set FLASK_APP=app.py flask run ``` to start the server. -If on linux or mac run +# If on linux or mac run ``` export FLASK_APP=app.py flask run