Skip to content

Commit

Permalink
Deployed 8128dab with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
heseber committed Jun 2, 2024
1 parent b8e6b6e commit 3c8d7fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -390,10 +390,10 @@ <h2 id="installation-of-the-icaparser-package">Installation of the icaparser pac
<p>It is recommended to create a new virtual environment with Python &gt;= 3.9 and to
install the icaparser package in that environment. Activate the environment and
run:</p>
<div class="language-sh highlight"><pre><span></span><code><span id="__span-0-1"><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>pip<span class="w"> </span>install<span class="w"> </span><span class="s2">&quot;git+https://github.com/Bayer-Group/ica-parser.git#subdirectory=icaparser&quot;</span>
<div class="language-sh highlight"><pre><span></span><code><span id="__span-0-1"><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>pip<span class="w"> </span>install<span class="w"> </span><span class="s2">&quot;git+https://github.com/Bayer-Group/ica-parser.git&quot;</span>
</span></code></pre></div>
<p>If you want to install a particular development branch, use</p>
<div class="language-sh highlight"><pre><span></span><code><span id="__span-1-1"><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a>pip<span class="w"> </span>install<span class="w"> </span><span class="s2">&quot;git+https://github.com/Bayer-Group/ica-parser.git@BRANCHNAME#subdirectory=icaparser&quot;</span>
<div class="language-sh highlight"><pre><span></span><code><span id="__span-1-1"><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a>pip<span class="w"> </span>install<span class="w"> </span><span class="s2">&quot;git+https://github.com/Bayer-Group/ica-parser.git@BRANCHNAME&quot;</span>
</span></code></pre></div>
<p>If you use Jupyter notebooks, the virtual environment should be added as a new
Jupyter kernel. See <a href="https://janakiev.com/blog/jupyter-virtual-envs/">Using Virtual Environments in Jupyter Notebook and Python -
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 3c8d7fe

Please sign in to comment.