diff --git a/source/rst/need_for_speed.rst b/source/rst/need_for_speed.rst index b0c7ef2..916bbb9 100644 --- a/source/rst/need_for_speed.rst +++ b/source/rst/need_for_speed.rst @@ -47,7 +47,7 @@ In addition to what's in Anaconda, this lecture will need .. code-block:: ipython :class: hide-output - !conda install quantecon + !conda install -y quantecon diff --git a/source/rst/numba.rst b/source/rst/numba.rst index c7b2a2a..29c50b0 100644 --- a/source/rst/numba.rst +++ b/source/rst/numba.rst @@ -13,7 +13,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie .. code-block:: ipython :class: hide-output - !conda install quantecon + !conda install -y quantecon Please also make sure that you have the latest version of Anaconda, since old versions are a :doc:`common source of errors `. diff --git a/source/rst/parallelization.rst b/source/rst/parallelization.rst index 509f3c9..2d51e09 100644 --- a/source/rst/parallelization.rst +++ b/source/rst/parallelization.rst @@ -13,7 +13,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie .. code-block:: ipython :class: hide-output - !conda install quantecon + !conda install -y quantecon Overview