Added pip example installing from local tarball

This commit is contained in:
giovtorres 2015-02-10 14:56:16 -05:00 committed by Matt Clay
parent 742c10a1a0
commit 1f034a6573

View file

@ -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