Skip to content

Commit

Permalink
Merge pull request #23 from glotzerlab/docs/update_installation_instr…
Browse files Browse the repository at this point in the history
…uctions

Update installation instructions for conda-forge and pypi
  • Loading branch information
DomFijan authored Jul 22, 2024
2 parents 16b8953 + 0eb7bfd commit 7ebc001
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,38 @@
Installation
============

**dupin** is available on `PyPI`_ and `conda-forge`_. Alternatively, users can also
install **dupin** from source.

Install via conda
-----------------

**dupin** is available on conda-forge_. Install with:

.. code:: bash
mamba install dupin
Install via pip
-----------------

**dupin** is also available from PyPI_. To install **dupin** into a *non-conda* virtual
environment (if uv_ is installed), execute:

.. code:: bash
uv pip install dupin
or

.. code:: bash
python3 -m pip install dupin
.. _conda-forge: https://conda-forge.org/
.. _PyPI: https://pypi.org/
.. _uv: https://github.com/astral-sh/uv


From source
------------
Expand Down

0 comments on commit 7ebc001

Please sign in to comment.