Skip to content

Commit

Permalink
Deploying to pages from @ 86ef38d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Oct 17, 2023
1 parent 13626ee commit 8e107ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@ <h2>Summary<a class="headerlink" href="#summary" title="Permalink to this headin
</section>
<section id="installation">
<h2>Installation<a class="headerlink" href="#installation" title="Permalink to this heading"></a></h2>
<p>Install CytoTable with the following command:</p>
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>git+https://github.com/cytomining/CytoTable.git
<p>Install CytoTable from <a class="reference external" href="https://pypi.org/">PyPI</a> or from source:</p>
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span><span class="c1"># install from pypi</span>
pip<span class="w"> </span>install<span class="w"> </span>cytotable

<span class="c1"># install directly from source</span>
pip<span class="w"> </span>install<span class="w"> </span>git+https://github.com/cytomining/CytoTable.git
</pre></div>
</div>
</section>
Expand Down
Loading

0 comments on commit 8e107ce

Please sign in to comment.