smacademic / project-bdf

project-bdf created by GitHub Classroom
2 stars 0 forks source link

Add requirements.txt #61

Closed afig closed 5 years ago

afig commented 5 years ago

This PR adds a file (requirements.txt) that lists specific version numbers of project dependencies, which can then all be installed using a single command. It is common practice to use a specific version number as opposed to a range/boundary.

More information on a requirements.txt file can be found here and here. The documentation on installing the bot should be updated after this PR to reflect the new method of installing requirements.

Closes #31

afig commented 5 years ago

Thanks for the reviews. The updated installation procedure is reflected in PR #62.