Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 540 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 540 Bytes

COVID-ML-Prediction-Model

Working python version is python 3.7.10

Setup steps:

  1. Follow this tutorial to install python 3.7.10 using pyenv and set your Global python version to 3.7.10: https://realpython.com/intro-to-pyenv/

  2. Navigate to your working directory for the git and activate with "source bin/activate" or the equivalent for your OS.

  3. Run upon first pull/clone: "pip install -r requirements.txt"

Note: that you can deactivate the venv at anytime using the command "deactivate" to return to normal bash/zsh status.