From 00d89494e694750820eebac6231cccfa9e99285d Mon Sep 17 00:00:00 2001 From: Monsij Biswal Date: Wed, 5 Dec 2018 21:45:40 +0530 Subject: [PATCH] Remove -e option --- docs/yaml-config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/yaml-config.rst b/docs/yaml-config.rst index 721c85bb9c1..616ace4cc7d 100644 --- a/docs/yaml-config.rst +++ b/docs/yaml-config.rst @@ -280,7 +280,7 @@ Behind the scene the following Pip command will be run: .. code-block:: shell - $ pip install -e .[tests,docs] + $ pip install .[tests,docs] .. _issue: https://github.com/rtfd/readthedocs.org/issues