Skip to content

Commit 40582e8

Browse files
authored
add auto-accept using -y (#67)
1 parent b599d9b commit 40582e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/rst/need_for_speed.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In addition to what's in Anaconda, this lecture will need
4747
.. code-block:: ipython
4848
:class: hide-output
4949
50-
!conda install quantecon
50+
!conda install -y quantecon
5151
5252
5353

source/rst/numba.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
1313
.. code-block:: ipython
1414
:class: hide-output
1515
16-
!conda install quantecon
16+
!conda install -y quantecon
1717
1818
Please also make sure that you have the latest version of Anaconda, since old
1919
versions are a :doc:`common source of errors <troubleshooting>`.

source/rst/parallelization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
1313
.. code-block:: ipython
1414
:class: hide-output
1515
16-
!conda install quantecon
16+
!conda install -y quantecon
1717
1818
1919
Overview

0 commit comments

Comments
 (0)