mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
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.
|
# 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'
|
- 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
|
# Install (Bottle) into the specified (virtualenv), inheriting none of the globally installed modules
|
||||||
- pip: name=bottle virtualenv=/my_app/venv
|
- pip: name=bottle virtualenv=/my_app/venv
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue