Skip to content

Commit

Permalink
add install instruction for conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Nov 27, 2024
1 parent cb77bf8 commit 82f4c28
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/source/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ which includes a full suite of scientific python tools.

Next you can install quantecon by opening a terminal prompt and typing

.. code:: python
.. code:: bash
pip install quantecon
and using `conda-forge` by typing

.. code:: bash
conda install -c conda-forge quantecon
Usage
-----
Expand Down

0 comments on commit 82f4c28

Please sign in to comment.