Skip to content

Commit

Permalink
make htmll
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-rijsketic committed Jun 24, 2024
1 parent e1187bb commit f82c81e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
Binary file modified unravel/docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified unravel/docs/_build/doctrees/installation.doctree
Binary file not shown.
2 changes: 2 additions & 0 deletions unravel/docs/_build/html/_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 unravel/docs/_build/html/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 unravel/docs/_build/html/searchindex.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions unravel/docs/installation.md
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

0 comments on commit f82c81e

Please sign in to comment.