Add double quotes to pip install from VCS

This commit is contained in:
Jiashuo Li 2019-11-12 10:32:21 +08:00 committed by GitHub
parent 6c04feff1d
commit 530c1d7344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 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