Refer to the project report for more detailed information.
pip install -r requirements.txt
pip install -e .To run all tests:
pytest testsTo run a particular milestone:
pytest tests --only tests/milestone2
pytest tests --only tests/milestone3This project is developed according to pep8 standards.