Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.1 KB

README.md

File metadata and controls

26 lines (23 loc) · 1.1 KB

on push

Epidemiology

Setting Up

  • When in the root directory inside your terminal, change directory to the subfolder src/model using cd
  • Setup a virtual environment to install dependencies. Run the following commands to setup a virtualenv and install dependencies

Windows

python -m venv venv
venv/Scripts/activate
pip install -r ./requirements.txt
  • Execute python ./setup.py develop to install the package
  • Execute pytest to check if everything is working ok.

Contribution guidelines

  • Fork the project
  • Make a new branch
  • Make the changes in that particular branch
  • Create a pull request Check out this link for commit message guidelines.

References