diff --git a/latest/_sources/developers_guide/quick_start.rst.txt b/latest/_sources/developers_guide/quick_start.rst.txt index d48ad1cec..2397e84f3 100644 --- a/latest/_sources/developers_guide/quick_start.rst.txt +++ b/latest/_sources/developers_guide/quick_start.rst.txt @@ -382,7 +382,7 @@ switch branches. .. code-block:: bash - python -m pip install -e . + python -m pip install --no-deps --no-build-isolation -e . The activation script will do this automatically when you source it in the root directory of your compass branch. The activation script will also @@ -446,7 +446,7 @@ to the current directory. .. code-block:: bash - python -m pip install -e . + python -m pip install --no-deps --no-build-isolation -e . This will be substantially faster than rerunning ``./conda/configure_compass_env.py ...`` but at the risk that dependencies are diff --git a/latest/developers_guide/quick_start.html b/latest/developers_guide/quick_start.html index cb6954eab..83ebcc47d 100644 --- a/latest/developers_guide/quick_start.html +++ b/latest/developers_guide/quick_start.html @@ -454,7 +454,7 @@
With the conda environment activated, you can switch branches and update
just the compass
package with: