Skip to content

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwoods2 authored Jul 20, 2024
1 parent 3a70ddc commit 2f9de97
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ Getting Started
Installation
############

To build zarrtraj from source, we highly recommend using virtual environments.
If possible, we strongly recommend that you use
`Anaconda <https://docs.conda.io/en/latest/>`_ as your package manager.
Below we provide instructions both for installing into a `conda` environment.
With pip
--------

With conda
----------
Zarrtraj is available `via pip <https://pypi.org/project/zarrtraj/>`_. To install, simply use::

pip install zarrtraj

From source with conda
----------------------

Ensure that you have `conda <https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html>`_ installed.

Expand Down Expand Up @@ -43,7 +45,6 @@ Or the documentation building dependencies::

conda env update --name zarrtraj --file docs/requirements.yaml

Or the benchmarking dependencies (this may have to be in a separate conda env
depending on package version conflicts)::
Or the benchmarking dependencies (this may have to be in a separate conda environment)::

conda env update --name zarrtraj --file devtools/conda-envs/asv_env.yaml

0 comments on commit 2f9de97

Please sign in to comment.