From dacafdea8cadf5c4467549ee6d65b446786d59b2 Mon Sep 17 00:00:00 2001 From: Caleb Donovick Date: Mon, 8 Feb 2021 10:51:49 -0800 Subject: [PATCH] Update README.rst: venv dir must **not** be inside the libcst dir (#454) Just spent a couple hours trying to figure out why I couldn't get pyre to work. Only to figure out that having my venv inside the libcst dir was breaking pyre. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 6d477eae8..a2e999f94 100644 --- a/README.rst +++ b/README.rst @@ -180,6 +180,7 @@ To set up pyre check environment: 1. Copy the example Pyre config: ``cp .pyre_configuration.example .pyre_configuration``. 2. In the config file, add your venv site-packages dir to "search_path". (e.g. add "/workspace/libcst-env/lib/python3.7/site-packages") + Note: venv dir must **not** be inside the libcst dir 3. Remove installed LibCST and install from the source code: .. code-block:: shell