Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 committed Apr 27, 2019
1 parent fe9c3bd commit e9faed1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions README.rst
Expand Up @@ -30,3 +30,19 @@ Tools for working with earth system multi-model analyses with xarray. See
documentation_ for more information.

.. _documentation: https://esmlab.readthedocs.io/en/latest/

Installation
------------

ESMLab can be installed from PyPI with pip:

.. code-block:: bash
pip install esmlab
It is also available from `conda-forge` for conda installations:

.. code-block:: bash
conda install -c conda-forge esmlab
6 changes: 3 additions & 3 deletions docs/source/install.rst
Expand Up @@ -27,7 +27,7 @@ To install esmlab from source, clone the repository from `github

git clone https://github.com/NCAR/esmlab.git
cd esmlab
pip install .
pip install -e .

You can also install directly from git master branch::

Expand All @@ -37,8 +37,8 @@ You can also install directly from git master branch::
Test
----

Test esmlab with ``pytest``::
To run esmlab's tests with ``pytest``::

git clone https://github.com/NCAR/esmlab.git
cd esmlab
pytest - v
pytest - v

0 comments on commit e9faed1

Please sign in to comment.