-
-
Notifications
You must be signed in to change notification settings - Fork 611
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
Clarification re: installation #582
Comments
Considering the I don't know much about At the moment, I think that option 4 is the only fully valid option that will work with |
I've been using On that note: is there any suggestion for including |
@bhrutledge It might not seem like it, but that's a pretty loaded question right there. It points back to the broader question "how do I deal with dev requirements in Python", and there's not a single viewpoint on this in the community, AFAIK. Although, I'm not an expert on all the fancy options available in Personally, I keep my dev packages in a separate |
The README suggests
pip install pip-tools
, but it's not clear what environment that should be run in. Some of the options that I see:In my case, I chose option 3, using pipsi to streamline adding it to my PATH. I've installed other tools like fabric and cookiecutter in a similar manner, whereas I install things like flake8 using option 4.
I think option 1 or 2 would be safer with
pip install --user
.The text was updated successfully, but these errors were encountered: