ashleawalker29 / CS4770-Archive

This is an archive of all assignments and projects for the UCCS course CS4770 -- Data Visualization.
0 stars 0 forks source link

Create requirements.txt #68

Closed ashleawalker29 closed 4 years ago

ashleawalker29 commented 4 years ago

This article may help in understanding why a requirements.txt file may be helpful, as well as how to generate it.

There are many specific packages that are imported throughout the various python files, such as, but not limited to:

If someone clones this repository, certain files will not work if they don't have these packages. It will be way easier for them if they just install all of the dependencies at once using a requirements.txt file.

38 should include the information on how a user should interact with this new file.

ashleawalker29 commented 4 years ago

numpy is not actually used in any files. Remove all of these unused imports.