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

setup.py, requirements.txt, and pip #105

Closed
davidthomas5412 opened this issue Oct 21, 2016 · 2 comments
Closed

setup.py, requirements.txt, and pip #105

davidthomas5412 opened this issue Oct 21, 2016 · 2 comments
Assignees
Labels

Comments

@davidthomas5412
Copy link
Collaborator

Problem:

  1. users have to clone project from github as opposed to pip install
  2. users have to set PANGLOSS_DIR environment variable

Solution:

  1. make a setup.py
  2. make a requirements.txt
  3. register with pip
@drphilmarshall
Copy link
Owner

drphilmarshall commented Oct 21, 2016

Good points. Let's adopt files from the https://github.com/tholoien/empiriciSN project, and add the following advice to the README:

pip install git+git://github.com/drphilmarshall/Pangloss.git#egg=pangloss

@davidthomas5412
Copy link
Collaborator Author

Merged into issue #103 davidthomas5412#2

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

No branches or pull requests

2 participants