Skip to content

Commit

Permalink
doc: update install from source
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Apr 7, 2020
1 parent 6b2d9bb commit 9c6d69a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ To install xarray-simlab from source, be sure you have the required
dependencies (numpy and xarray) installed first. You might consider
using conda_ to install them::

$ conda install attrs xarray numpy pip -c conda-forge
$ conda install attrs xarray dask zarr numpy pip -c conda-forge

A good practice (especially for development purpose) is to install the
packages in a separate environment, e.g. using conda::

$ conda create -n xsimlab python attrs xarray numpy pip -c conda-forge
$ conda create -n xsimlab python attrs xarray dask zarr numpy pip -c conda-forge
$ source activate xsimlab

Then you can clone the xarray-simlab git repository and install it
Expand Down

0 comments on commit 9c6d69a

Please sign in to comment.