Skip to content

Commit

Permalink
manage kernel pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Apolline Elbaz committed Jul 30, 2024
1 parent 43aef2a commit 83a9543
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/source/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ If you already have Python, you can install `smash` with:
pip install hydro-smash
.. note::

If your system is **Ubuntu20** or if you use a servor machine, must install `smash` with an environment.
We recommend a environment using `Anaconda <https://www.anaconda.com/>`__.

.. code-block:: none
conda create -n smash
conda activate smash
conda install pip
pip install hydro-smash
------
Import
------
Expand Down

0 comments on commit 83a9543

Please sign in to comment.