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

README questions #2

Open
will3216 opened this issue Feb 27, 2019 · 2 comments
Open

README questions #2

will3216 opened this issue Feb 27, 2019 · 2 comments

Comments

@will3216
Copy link

How does one go about installing this package? Could you provide an example how one would use it in practice?

@njoyce
Copy link
Contributor

njoyce commented Mar 1, 2019

I typically install gae-utils in a dev context so if you're using pipenv then pipenv install gae-utils --dev or in a requirements_dev.txt if using plain old pip.

Everytime the Pipfile.lock or requirements.txt changes I run gae-link-libs -d vendor --force.

In a Makefile this would look something like:

requirements.txt:
	pipenv install -r requirements.txt
	gae-link-libs -d vendor --force

Does that help? If so, I'll get it added to the README

@will3216
Copy link
Author

will3216 commented Mar 5, 2019

Awesome, that totally helps! Thanks!

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