Skip to content

Commit 2104f43

Browse files
committed
fix line_profiler install for zsh
h/t to @LouiseABowler for figuring this out in #85
1 parent 428ddfd commit 2104f43

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

learners/setup.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ conda activate prof_opt
3232
The non-core Python packages required by the course are `pytest`, `snakeviz`, `line_profiler`, `numpy`, `pandas` and `matplotlib` which can be installed via `pip`.
3333

3434
```sh
35-
pip install pytest snakeviz line_profiler[all] numpy pandas matplotlib
35+
pip install pytest snakeviz "line_profiler[all]" numpy pandas matplotlib
3636
```
3737

3838
To complete some of the exercises you will need to use a text-editor or Python IDE, so make sure you have your favourite available.
@@ -48,15 +48,4 @@ pip install shapely
4848
:::::::::::::::::::::::::
4949

5050

51-
:::::::::::::::: spoiler
52-
53-
### Mac OS (line_profiler)
54-
55-
If you are unable to install `line_profiler` via `pip` on MacOS. Instead it can be installed via `conda`.
56-
57-
```sh
58-
conda install -c conda-forge line_profiler
59-
```
60-
::::::::::::::::::::::::
61-
6251
:::::::::::::::::::::::::::::::::::::::::::::::::::

0 commit comments

Comments
 (0)