1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

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

View file

@ -387,7 +387,7 @@ So if your repository layout is:
- some_file - some_file
- some_other_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 Git