Skip to content

Commit

Permalink
updated installation things with pip and conda
Browse files Browse the repository at this point in the history
  • Loading branch information
ClimateClara committed Sep 24, 2020
1 parent f9cbf4a commit 428e1dc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/start/installation.rst
Expand Up @@ -3,19 +3,18 @@
How to install
==============

you can install it via
you can install it via pip

.. code-block:: bash
git clone https://github.com/ClimateClara/arc3o.git
pip install arc3o/
pip install arc3o
or via
or via conda


.. code-block:: bash
pip install git+https://github.com/ClimateClara/arc3o.git
conda install -c conda-forge arc3o
This package is programmed in python 3.6 and should be working with all `python
versions > 3.6`. Additional requirements are numpy, xarray, pandas, tqdm and pathos.
Expand All @@ -27,3 +26,6 @@ We recommend to install the dependencies via
conda install -c conda-forge pandas tqdm pathos
as they might not work well using ``pip``.

If you want to work on the code, please fork this github repository: https://github.com/ClimateClara/arc3o/

0 comments on commit 428e1dc

Please sign in to comment.