This commit is contained in:
Daniele Procida 2014-03-03 23:06:44 +00:00
parent 438185bff1
commit 459f026e20
1 changed files with 2 additions and 0 deletions

View File

@ -298,6 +298,8 @@ You can install local projects or VCS projects in "editable" mode::
$ pip install -e path/to/SomeProject
$ pip install -e git+http://repo/my_project.git#egg=SomeProject
(See the :ref:`VCS Support` section above for more information on VCS-related syntax.)
For local projects, the "SomeProject.egg-info" directory is created relative to
the project path. This is one advantage over just using ``setup.py develop``,
which creates the "egg-info" directly relative the current working directory.