- When in the root directory inside your terminal, change directory to the subfolder
src/model
usingcd
- Setup a virtual environment to install dependencies. Run the following commands to setup a virtualenv and install dependencies
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.
- 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.