Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easier to develop and run this #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

c2h5oh
Copy link

@c2h5oh c2h5oh commented Apr 2, 2021

  1. main.py was using \r\n Windows line breaks, which cause it not to run on Linux. \n will work on both. Fixed the same for README - for consistency. All other files were already using \n
  2. All requirements needed to run code in it's current form added to requirements.txt file
  3. Added a convenient Makefile that will install all deps for you make install-deps or run it make generate-coverage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant