Skip to content

Commit

Permalink
Update install instructions (#68)
Browse files Browse the repository at this point in the history
* remove github release

* update for version to work

* fix placeholder

* installation with pip
  • Loading branch information
lionel42 authored Oct 24, 2024
1 parent abba3eb commit 49e6d19
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
Installation
============

With pip
--------

The easiest way to install emiproc is to use pip. This will install the latest
release from PyPI.

.. code:: bash
pip install emiproc
From source
-----------

Installing emiproc can be done as a standard python package.

First create a folder for emiproc and go into it

.. code::
.. code:: bash
mkdir emiproc
cd emiproc
Clone the repository::
Clone the repository

.. code:: bash
git clone https://github.com/C2SM-RCM/emiproc.git .
Expand All @@ -21,7 +34,7 @@ Then install using pip.
Installing as an editable (`-e` options) allows you to directly modify
the cloned code.

.. code::
.. code:: bash
pip install -e .
Expand Down

0 comments on commit 49e6d19

Please sign in to comment.