Skip to content

Commit

Permalink
Work on documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed May 28, 2024
1 parent 11dc23f commit 5004cdc
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions docs/installing.rst
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
Installing
==========
############
Installing
############

To install the package, you can use the following command:

.. code-block:: bash
.. code:: bash
pip install anemoi-training
pip install anemoi-training
Contributing
------------
**************
Contributing
**************

.. code-block:: bash
.. code:: bash
git clone ...
cd anemoi-training
pip install .[dev]
pip install -r docs/requirements.txt
git clone ...
cd anemoi-training
pip install .[dev]
pip install -r docs/requirements.txt
You may also have to install pandoc on MacOS:

.. code-block:: bash
.. code:: bash
brew install pandoc
brew install pandoc

0 comments on commit 5004cdc

Please sign in to comment.