diff options
| author | Priyansh <[email protected]> | 2021-12-09 03:23:00 -0500 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2021-12-09 03:23:00 -0500 |
| commit | 1a2f07853a4f9af3731b864b5ad4fbf40869f4a9 (patch) | |
| tree | 64630e1bf946464a5979697039c5ece1d22d18da | |
| parent | c59fee74b49cad0c8dd1c8fa85f7dfd123eaac13 (diff) | |
| download | temp_pred_arima-1a2f07853a4f9af3731b864b5ad4fbf40869f4a9.tar.xz temp_pred_arima-1a2f07853a4f9af3731b864b5ad4fbf40869f4a9.zip | |
update readme
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |
