aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2021-12-09 03:23:00 -0500
committerPriyansh <[email protected]>2021-12-09 03:23:00 -0500
commit1a2f07853a4f9af3731b864b5ad4fbf40869f4a9 (patch)
tree64630e1bf946464a5979697039c5ece1d22d18da
parentc59fee74b49cad0c8dd1c8fa85f7dfd123eaac13 (diff)
downloadtemp_pred_arima-1a2f07853a4f9af3731b864b5ad4fbf40869f4a9.tar.xz
temp_pred_arima-1a2f07853a4f9af3731b864b5ad4fbf40869f4a9.zip
update readme
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 395aba0..d2a1cdb 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,12 @@ Put all three in the root of the project directory.
You can also run [initial_setup.py](initial_setup.py) and these files will be downloaded automatically. If you are missing any dependencies, then those would be installed automatically as well.
+To do so, run the following command:
+
+```
+python initial_setup.py
+```
+
## Start Flask Server
Run the Project using the following command: