From 540c298a83a9109afad87031e5989aaf98bd2268 Mon Sep 17 00:00:00 2001 From: Sceki Date: Tue, 3 Dec 2024 14:56:07 +0000 Subject: [PATCH] update install --- docs/install.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index 7a303ef..6bbb830 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -13,6 +13,21 @@ Using ``git``: .. code-block:: console $ git clone https://github.com/spaceml-org/karman + $ cd karman + +And then either via `pip`: + +.. code-block:: console + + $ pip install -e . + +or via `conda` / `mamba`: + +.. code-block:: console + + $ mamba env create -f environment.yml + $ mamba activate karman + We follow the usual PR-based development workflow, thus karman's ``main`` branch is normally kept in a working state.