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 pip requirements.txt files for dependencies #2

Closed
gingeleski opened this issue Jan 8, 2017 · 1 comment
Closed

Add pip requirements.txt files for dependencies #2

gingeleski opened this issue Jan 8, 2017 · 1 comment
Assignees

Comments

@gingeleski
Copy link

Exporting dependencies into requirements.txt files for pip would streamline setup.

pip freeze > requirements.txt

Three different files may be required since dependencies differ amongst OS (i.e. win_requirements.txt, osx_requirements.txt ...).

And then new users would just clone, set up a Python 2.7 virtual environment, and go
pip install -r win_requirements.txt

@nathanlopez nathanlopez self-assigned this Jan 8, 2017
@nathanlopez
Copy link
Owner

Awesome, thanks for the insight. I appreciate it :]

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

2 participants