Skip to content

Commit

Permalink
remove PySDM copy-paste leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Nov 13, 2024
1 parent facf954 commit 4eede80
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/templates/index.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,9 @@
</p>
<pre><code>pip install PyMPDATA</code></pre>
<p>Note: the way above <b>will not</b> install PyMPDATA-examples, to install them, and run the tests, likely the most convenient way is:</p>
<pre><code>git clone https://github.com/open-atmos/PySDM.git
<pre><code>git clone https://github.com/open-atmos/PyMPDATA.git
pip install -e PyMPDATA[tests] -e PyMPDATA/examples[tests]
pytest PyMPDATA
</code></pre>
pytest PyMPDATA</code></pre>
<p>(the above should be a viable way to set up development environment for PyMPDATA, see also our <a href="https://github.com/open-atmos/python-dev-hints/wiki">Python dev hints Wiki</a> for further information)</p>
<p>
PyMPDATA-examples is available on PyPI and can be installed using pip:
Expand Down Expand Up @@ -167,7 +166,7 @@ jupyter-notebook PyMPDATA/examples</code></pre>
for a complete list of contributors.
</p>
<p>
Development of PySDM was supported by:
Development of PyMPDATA was supported by:
<ul>
<li><a href="https://www.fnp.org.pl/en/">Foundation for Polish Science</a> (grant no. POIR.04.04.00-00-5E1C/18 co-financed by the European Union under the European Regional Development Fund)</li>
<li><a href="https://ncn.gov.pl/en">Polish National Science Centre</a> (grant no. 2020/39/D/ST10/01220)</li>
Expand Down

0 comments on commit 4eede80

Please sign in to comment.