|
482 | 482 | <h1>User guide<a class="headerlink" href="#user-guide" title="Permalink to this heading">#</a></h1>
|
483 | 483 | <section id="installation">
|
484 | 484 | <h2>Installation<a class="headerlink" href="#installation" title="Permalink to this heading">#</a></h2>
|
485 |
| -<section id="using-the-python-package-index"> |
486 |
| -<h3>Using the Python Package Index<a class="headerlink" href="#using-the-python-package-index" title="Permalink to this heading">#</a></h3> |
487 |
| -<ul> |
488 |
| -<li><p>The most recent version can be installed uing:</p> |
489 |
| -<p><code class="docutils literal notranslate"><span class="pre">pip</span> <span class="pre">install</span> <span class="pre">cardioception</span></code></p> |
490 |
| -</li> |
491 |
| -<li><p>The current development branch can be installed using:</p> |
| 485 | +<section id="using-github"> |
| 486 | +<h3>Using GitHub<a class="headerlink" href="#using-github" title="Permalink to this heading">#</a></h3> |
| 487 | +<p>The current development branch can be installed using:</p> |
492 | 488 | <p><code class="docutils literal notranslate"><span class="pre">pip</span> <span class="pre">install</span> <span class="pre">git+https://github.com/embodied-computation-group/Cardioception.git</span></code></p>
|
493 |
| -</li> |
494 |
| -</ul> |
| 489 | +<p>This will install the official version maintained by the Embodied Computation Group.</p> |
495 | 490 | </section>
|
496 | 491 | <section id="set-up-a-conda-environment">
|
497 | 492 | <h3>Set up a conda environment<a class="headerlink" href="#set-up-a-conda-environment" title="Permalink to this heading">#</a></h3>
|
@@ -533,7 +528,7 @@ <h2>Dependencies<a class="headerlink" href="#dependencies" title="Permalink to t
|
533 | 528 | <p class="admonition-title">Note</p>
|
534 | 529 | <p>The version provided here are the ones used when testing and runing cardioception locally, and are often the last ones. For several packages however, older version might also be compatibles.</p>
|
535 | 530 | </div>
|
536 |
| -<p>Cardioception will automatically copy the images and sound files necessary to run the task correctly (~ 160 Mo). These files will be removed if you uninstall the package using <code class="docutils literal notranslate"><span class="pre">pip</span> <span class="pre">uninstall</span> <span class="pre">cardioception</span></code>.</p> |
| 531 | +<p>Cardioception will automatically copy the images and sound files necessary to run the task correctly (~ 160 Mo). These files will be removed if you uninstall the package.</p> |
537 | 532 | </section>
|
538 | 533 | <section id="physiological-recording">
|
539 | 534 | <h2>Physiological recording<a class="headerlink" href="#physiological-recording" title="Permalink to this heading">#</a></h2>
|
@@ -640,7 +635,7 @@ <h2>Creating HTML reports<a class="headerlink" href="#creating-html-reports" tit
|
640 | 635 | <nav class="bd-toc-nav page-toc" aria-labelledby="pst-page-navigation-heading-2">
|
641 | 636 | <ul class="visible nav section-nav flex-column">
|
642 | 637 | <li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#installation">Installation</a><ul class="nav section-nav flex-column">
|
643 |
| -<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#using-the-python-package-index">Using the Python Package Index</a></li> |
| 638 | +<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#using-github">Using GitHub</a></li> |
644 | 639 | <li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#set-up-a-conda-environment">Set up a conda environment</a></li>
|
645 | 640 | </ul>
|
646 | 641 | </li>
|
|
0 commit comments