Skip to content

Commit

Permalink
deploy: f82c81e
Browse files Browse the repository at this point in the history
  • Loading branch information
b-heifets committed Jun 24, 2024
1 parent 3094473 commit 7196b0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _sources/installation.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ pip install unravel
cd <path/to/repo/clone>

git pull # This will update the local repo

pip install -e . # This will update commands and install new dependencies
```

## Editing .bashrc or .zshrc
Expand Down
2 changes: 2 additions & 0 deletions installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,8 @@ <h2>Installing UNRAVEL on Linux or WSL<a class="headerlink" href="#installing-un
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="nb">cd</span><span class="w"> </span>&lt;path/to/repo/clone&gt;

git<span class="w"> </span>pull<span class="w"> </span><span class="c1"># This will update the local repo</span>

pip<span class="w"> </span>install<span class="w"> </span>-e<span class="w"> </span>.<span class="w"> </span><span class="c1"># This will update commands and install new dependencies</span>
</pre></div>
</div>
</li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 7196b0b

Please sign in to comment.