Skip to content

Commit

Permalink
update install
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceki committed Dec 3, 2024
1 parent 7a3bcc8 commit 540c298
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 540c298

Please sign in to comment.