add how to install extras from direct repo

This commit is contained in:
Cody 2016-10-30 03:59:37 -04:00 committed by Xavier Fernandez
parent c3dc757816
commit dd7df7f303
1 changed files with 1 additions and 0 deletions

View File

@ -791,6 +791,7 @@ Examples
::
$ pip install SomePackage[PDF]
$ pip install git+https://git.repo/some_pkg.git#egg=SomePackage[PDF]
$ pip install SomePackage[PDF]==3.0
$ pip install -e .[PDF]==3.0 # editable project in current directory