From 1ea7444a1d65f30353faa1689350e4ce6137b7c6 Mon Sep 17 00:00:00 2001 From: Kshitij <38787855+kshtijsingh@users.noreply.github.com> Date: Sat, 20 Oct 2018 15:36:35 +0530 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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