Merge pull request #7343 from jiasli/patch-1

Add double quotes to pip install from VCS
This commit is contained in:
Christopher Hunt 2019-11-13 09:56:22 +08:00 committed by GitHub
commit ee8271565c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ So if your repository layout is:
- some_file
- some_other_file
You'll need to use ``pip install -e vcs+protocol://repo_url/#egg=pkg&subdirectory=pkg_dir``.
You'll need to use ``pip install -e "vcs+protocol://repo_url/#egg=pkg&subdirectory=pkg_dir"``.
Git