Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 23, 2024
1 parent 70f4b13 commit 548ef83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions latest/_sources/developers_guide/quick_start.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions latest/developers_guide/quick_start.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ <h3>Switching between different compass environments<a class="headerlink" href="
<p class="admonition-title">Note</p>
<p>With the conda environment activated, you can switch branches and update
just the <code class="docutils literal notranslate"><span class="pre">compass</span></code> package with:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>python<span class="w"> </span>-m<span class="w"> </span>pip<span class="w"> </span>install<span class="w"> </span>-e<span class="w"> </span>.
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>python<span class="w"> </span>-m<span class="w"> </span>pip<span class="w"> </span>install<span class="w"> </span>--no-deps<span class="w"> </span>--no-build-isolation<span class="w"> </span>-e<span class="w"> </span>.
</pre></div>
</div>
<p>The activation script will do this automatically when you source it in
Expand Down Expand Up @@ -504,7 +504,7 @@ <h3>Troubleshooting<a class="headerlink" href="#troubleshooting" title="Link to
<p class="admonition-title">Note</p>
<p>With the conda environment activated, you can switch branches and update
just the <code class="docutils literal notranslate"><span class="pre">compass</span></code> package with:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>python<span class="w"> </span>-m<span class="w"> </span>pip<span class="w"> </span>install<span class="w"> </span>-e<span class="w"> </span>.
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>python<span class="w"> </span>-m<span class="w"> </span>pip<span class="w"> </span>install<span class="w"> </span>--no-deps<span class="w"> </span>--no-build-isolation<span class="w"> </span>-e<span class="w"> </span>.
</pre></div>
</div>
<p>This will be substantially faster than rerunning
Expand Down
2 changes: 1 addition & 1 deletion latest/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 548ef83

Please sign in to comment.