Skip to content

Commit

Permalink
Update quickstart.rst to suggest installing with Conda or pip
Browse files Browse the repository at this point in the history
  • Loading branch information
willdumm authored May 16, 2024
1 parent a0514e1 commit c88a6f6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,20 @@ panel.
Installing
==========

Although the package is not on PyPI, installation is straightforward:
The package is on PyPI and conda-forge, so installation is straightforward:

.. code-block:: console
pip install https://github.com/matsengrp/historydag/archive/refs/heads/main.zip
conda create -n historydag python=3.10
conda activate historydag
conda install -c conda-forge historydag
Alternatively, clone the repository and install:
(Any Python version >= 3.7 should work)
Alternatively, use pip:

.. code-block:: console
git clone https://github.com/matsengrp/historydag.git
pip install historydag/
pip install historydag
Expand Down

0 comments on commit c88a6f6

Please sign in to comment.