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

gg setup.py doesn't just require click #39

Open
tko22 opened this issue Nov 2, 2018 · 0 comments
Open

gg setup.py doesn't just require click #39

tko22 opened this issue Nov 2, 2018 · 0 comments
Assignees

Comments

@tko22
Copy link
Member

tko22 commented Nov 2, 2018

in your setup.py, it requires click. However, your command line tool requires other dependencies.

Look into https://github.com/kennethreitz/setup.py, where it reads the requirements.txt file and specifies its dependencies there.

Another neat trick which you may already know is pip install -e ., which makes the gg install editable, so the changes will be made into effect if you make any edits to the files in gg/

@tko22 tko22 added this to To do in Global Giving Project via automation Nov 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants