From 82f4c28f87815c5c88ff63bebf56698e995e38cb Mon Sep 17 00:00:00 2001 From: mmcky Date: Wed, 27 Nov 2024 15:06:40 +1100 Subject: [PATCH] add install instruction for conda-forge --- docs/source/setup.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/source/setup.rst b/docs/source/setup.rst index bd957c23..61470b88 100644 --- a/docs/source/setup.rst +++ b/docs/source/setup.rst @@ -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 -----