Skip to content

Conversation

@jamesmyatt
Copy link

pip install . is the correct way to install from source

`pip install .` is the correct way to install from source
@fingoldin
Copy link
Collaborator

Hello! Thanks for your feedback. Could you elaborate on why you think that would be a better choice?

@jamesmyatt
Copy link
Author

jamesmyatt commented Jan 7, 2020

Main issue is that setup.py install doesn't install the requirements. But there's more, e.g. see https://stackoverflow.com/a/15731459/21322.

In fact, the recommended syntax is python -m pip install . or python3 .... See https://docs.python.org/3/installing/index.html#installing-index

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

Successfully merging this pull request may close these issues.

2 participants