From 83a9543feb5ff55da060b5485f0e6e4c1a07a1e8 Mon Sep 17 00:00:00 2001 From: Apolline Elbaz Date: Tue, 30 Jul 2024 13:42:35 +0200 Subject: [PATCH] manage kernel pip --- doc/source/getting_started/index.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/source/getting_started/index.rst b/doc/source/getting_started/index.rst index 9f5cb53e..33515b84 100755 --- a/doc/source/getting_started/index.rst +++ b/doc/source/getting_started/index.rst @@ -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 `__. + +.. code-block:: none + + conda create -n smash + conda activate smash + conda install pip + pip install hydro-smash + ------ Import ------