Skip to content

Commit

Permalink
make html
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-rijsketic committed Sep 16, 2024
1 parent 1e87dcb commit 0668e70
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 19 deletions.
Binary file modified unravel/docs/_build/doctrees/installation.doctree
Binary file not shown.
30 changes: 15 additions & 15 deletions unravel/docs/_build/html/_sources/installation.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,22 +92,22 @@ If you install graphical applications like **FSL** (which includes FSLeyes) or *

:::{admonition} Setting up a virtual environment for installing python dependencies with venv
:class: hint dropdown
**a. Install Python 3.11 if it's not already installed:**
- **For Linux and WSL:**
```bash
sudo apt-get update
sudo apt-get install -y python3.11 python3.11-venv python3.11-dev
```
- **For macOS:**
```bash
brew install python@3.11
```
1. Install Python 3.11 if it's not already installed:
- For Linux and WSL:
```bash
sudo apt-get update
sudo apt-get install -y python3.11 python3.11-venv python3.11-dev
```
- For macOS:
```bash
brew install python@3.11
```

**b. Create and activate a virtual environment:**
```bash
python3.11 -m venv unravel
source unravel/bin/activate # Edit path if needed. To deactivate, run: deactivate
```
2. Create and activate a virtual environment:
```bash
python3.11 -m venv unravel
source unravel/bin/activate # Edit path if needed. To deactivate, run: deactivate
```
:::

:::{admonition} Easier virtual environment activation with venv
Expand Down
12 changes: 8 additions & 4 deletions unravel/docs/_build/html/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -479,25 +479,29 @@ <h3>Running Linux Applications in WSL<a class="headerlink" href="#running-linux-
</ol>
<div class="hint dropdown admonition">
<p class="admonition-title">Setting up a virtual environment for installing python dependencies with venv</p>
<p><strong>a. Install Python 3.11 if it’s not already installed:</strong></p>
<ol class="arabic">
<li><p>Install Python 3.11 if it’s not already installed:</p>
<ul class="simple">
<li><p><strong>For Linux and WSL:</strong></p></li>
<li><p>For Linux and WSL:</p></li>
</ul>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo<span class="w"> </span>apt-get<span class="w"> </span>update
sudo<span class="w"> </span>apt-get<span class="w"> </span>install<span class="w"> </span>-y<span class="w"> </span>python3.11<span class="w"> </span>python3.11-venv<span class="w"> </span>python3.11-dev
</pre></div>
</div>
<ul class="simple">
<li><p><strong>For macOS:</strong></p></li>
<li><p>For macOS:</p></li>
</ul>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>brew<span class="w"> </span>install<span class="w"> </span>python@3.11
</pre></div>
</div>
<p><strong>b. Create and activate a virtual environment:</strong></p>
</li>
<li><p>Create and activate a virtual environment:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>python3.11<span class="w"> </span>-m<span class="w"> </span>venv<span class="w"> </span>unravel
<span class="nb">source</span><span class="w"> </span>unravel/bin/activate<span class="w"> </span><span class="c1"># Edit path if needed. To deactivate, run: deactivate</span>
</pre></div>
</div>
</li>
</ol>
</div>
</div>
<div class="hint dropdown admonition">
Expand Down

0 comments on commit 0668e70

Please sign in to comment.