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

Add requirements.txt #5

Open
tompollard opened this issue Aug 23, 2023 · 0 comments
Open

Add requirements.txt #5

tompollard opened this issue Aug 23, 2023 · 0 comments

Comments

@tompollard
Copy link

It would be helpful to add a requirements.txt file to the repo to list packages that need to be installed to run the code in the repo. The packages can then be quickly installed with pip install -r requirements.txt.

It looks like you are currently using pandas and numpy, so you could:

  • run pip freeze to print a list of your installed packages
  • copy the pandas and numpy lines and add them to the requirements file
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

No branches or pull requests

1 participant