From 530c1d73441f4a70e1f2dbed52223c30b1203174 Mon Sep 17 00:00:00 2001 From: Jiashuo Li Date: Tue, 12 Nov 2019 10:32:21 +0800 Subject: [PATCH] Add double quotes to pip install from VCS --- docs/html/reference/pip_install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/reference/pip_install.rst b/docs/html/reference/pip_install.rst index 5cbb13906..ceb5302c2 100644 --- a/docs/html/reference/pip_install.rst +++ b/docs/html/reference/pip_install.rst @@ -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