Skip to content

Commit d3ca03e

Browse files
committed
docs(vcs support): Add #egg fragment to editable installs
1 parent 04e1c72 commit d3ca03e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/html/topics/vcs-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ MyProject @ svn+ssh://[email protected]/MyProject
8181
You can also give specific revisions to an SVN URL, like so:
8282

8383
```none
84-
MyProject @ -e svn+http://svn.example.com/svn/MyProject/trunk@2019
85-
MyProject @ -e svn+http://svn.example.com/svn/MyProject/trunk@{20080101}
84+
MyProject @ -e svn+http://svn.example.com/svn/MyProject/trunk@2019#egg=project_name
85+
MyProject @ -e svn+http://svn.example.com/svn/MyProject/trunk@{20080101}#egg=project_name
8686
```
8787

8888
Note that you need to use [Editable VCS installs](#editable-vcs-installs) for

0 commit comments

Comments
 (0)