Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
postpop committed Feb 1, 2024
1 parent ee3c7d6 commit 81e3835
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _sources/install.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ conda activate etho
pip install git+https://github.com/postpop/zerorpc-python git+https://github.com/janclemenslab/etho --no-deps
```

Notes on specific versions:
Modify versions if:

- on the rpi PC: install `pandas=0.23` and `python=3.7`
- if you want to use the old flycapture SDK (required for some older FLIR/PointGrey cameras), install `python=3.6`
- you want to use the old flycapture SDK (required for some older FLIR/PointGrey cameras), install `python=3.6`

## Initialize the configuration and test
- Initialize config files and folders: `etho init`
Expand Down
4 changes: 2 additions & 2 deletions install.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,10 @@ <h2>Python packages<a class="headerlink" href="#python-packages" title="Permalin
pip install git+https://github.com/postpop/zerorpc-python git+https://github.com/janclemenslab/etho --no-deps
</pre></div>
</div>
<p>Notes on specific versions:</p>
<p>Modify versions if:</p>
<ul class="simple">
<li><p>on the rpi PC: install <code class="docutils literal notranslate"><span class="pre">pandas=0.23</span></code> and <code class="docutils literal notranslate"><span class="pre">python=3.7</span></code></p></li>
<li><p>if you want to use the old flycapture SDK (required for some older FLIR/PointGrey cameras), install <code class="docutils literal notranslate"><span class="pre">python=3.6</span></code></p></li>
<li><p>you want to use the old flycapture SDK (required for some older FLIR/PointGrey cameras), install <code class="docutils literal notranslate"><span class="pre">python=3.6</span></code></p></li>
</ul>
</section>
<section id="initialize-the-configuration-and-test">
Expand Down
Loading

0 comments on commit 81e3835

Please sign in to comment.