Skip to content

Commit 255ebad

Browse files
committed
FIX: conda -> pip for collab compat
1 parent 101e584 commit 255ebad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ You also need to keep the external code libraries, such as [QuantEcon.py](https:
4646

4747
For this task you can either
4848

49-
* use conda install -y quantecon on the command line, or
50-
* execute !conda install -y quantecon within a Jupyter notebook.
49+
* use `pip install --upgrade quantecon` on the command line, or
50+
* execute `!pip install --upgrade quantecon` within a Jupyter notebook.
5151

5252
If your local environment is still not working you can do two things.
5353

0 commit comments

Comments
 (0)