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

Use pip install -e . instead of python setup.py develop #291

Closed
quantum5 opened this issue Dec 3, 2017 · 0 comments
Closed

Use pip install -e . instead of python setup.py develop #291

quantum5 opened this issue Dec 3, 2017 · 0 comments

Comments

@quantum5
Copy link
Member

quantum5 commented Dec 3, 2017

Using pip has many advantages compared to using setuptools directly. For example, on Linux, when installing DMOJ, pip can install the manylinux1 wheel for PyYAML directly, instead of compiling from source if you use develop directly.

@Xyene Xyene closed this as completed in 0974762 Dec 9, 2017
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

1 participant