Added pip example installing from local tarball
This commit is contained in:
parent
742c10a1a0
commit
1f034a6573
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ EXAMPLES = '''
|
|||
# Install (MyApp) using one of the remote protocols (bzr+,hg+,git+,svn+). You do not have to supply '-e' option in extra_args.
|
||||
- pip: name='svn+http://myrepo/svn/MyApp#egg=MyApp'
|
||||
|
||||
# Install (MyApp) from local tarball
|
||||
- pip: name='file:///path/to/MyApp.tar.gz'
|
||||
|
||||
# Install (Bottle) into the specified (virtualenv), inheriting none of the globally installed modules
|
||||
- pip: name=bottle virtualenv=/my_app/venv
|
||||
|
||||
|
|
Loading…
Reference in a new issue