Skip to content

Commit

Permalink
deploy: a8eb92c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 13, 2024
1 parent 52600fc commit 837346e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/usage/installation.doctree
Binary file not shown.
8 changes: 4 additions & 4 deletions _sources/usage/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Using ``pip``
-------------

The latest release version of propkatraj can be installed using *pip* and
requires a Python version of 3.8 or later.
requires a Python version of 3.10 or later.

.. code:: bash
Expand Down Expand Up @@ -33,14 +33,14 @@ installed with either ``pip`` or ``conda``.

.. code:: bash
// with pip
# with pip
pip install MDAnalysisTests pytest
// with conda
# with conda
conda install MDAnalysisTests pytest
To run the tests, in the source root:

.. code:: bash
pytest -v propkatraj/tests
pytest -v propkatraj/tests
2 changes: 1 addition & 1 deletion searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions usage/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>Installation<a class="headerlink" href="#installation" title="Link to this h
<section id="using-pip">
<h2>Using <code class="docutils literal notranslate"><span class="pre">pip</span></code><a class="headerlink" href="#using-pip" title="Link to this heading"></a></h2>
<p>The latest release version of propkatraj can be installed using <em>pip</em> and
requires a Python version of 3.8 or later.</p>
requires a Python version of 3.10 or later.</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>propkatraj
</pre></div>
</div>
Expand All @@ -105,10 +105,10 @@ <h3>Tests<a class="headerlink" href="#tests" title="Link to this heading"></a
<p>After installing the base package, running tests require the additional
installation of the <code class="docutils literal notranslate"><span class="pre">MDAnalysisTests</span></code> and <code class="docutils literal notranslate"><span class="pre">pytest</span></code> packages. These can be
installed with either <code class="docutils literal notranslate"><span class="pre">pip</span></code> or <code class="docutils literal notranslate"><span class="pre">conda</span></code>.</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>//<span class="w"> </span>with<span class="w"> </span>pip
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="c1"># with pip</span>
pip<span class="w"> </span>install<span class="w"> </span>MDAnalysisTests<span class="w"> </span>pytest

//<span class="w"> </span>with<span class="w"> </span>conda
<span class="c1"># with conda</span>
conda<span class="w"> </span>install<span class="w"> </span>MDAnalysisTests<span class="w"> </span>pytest
</pre></div>
</div>
Expand Down

0 comments on commit 837346e

Please sign in to comment.