mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
pip: fix example with egg specification (#20371)
pip: fix example with egg specification
This commit is contained in:
parent
74ecbebf7a
commit
18c86bc814
1 changed files with 1 additions and 2 deletions
|
@ -156,8 +156,7 @@ 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'
|
||||
name: svn+http://myrepo/svn/MyApp#egg=MyApp
|
||||
|
||||
# Install MyApp using one of the remote protocols (bzr+,hg+,git+) in a non editable way.
|
||||
- pip:
|
||||
|
|
Loading…
Reference in a new issue