Skip to content

Commit 30a9f9d

Browse files
committed
Update README.md
1 parent 63703de commit 30a9f9d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,30 @@ cd MyProject
6262
julia --project="."
6363
```
6464
Install Python, matplotlib and ControlPlots
65+
```julia
66+
using Pkg
67+
ENV["PYTHON"]=""
68+
pkg"add ControlPlots"
69+
```
70+
</details>
71+
<details>
72+
<summary>Installation on Mac</summary>
73+
74+
### On Mac
75+
First, delete any old, Julia specific Python installation:
76+
```bash
77+
rm -rf ~/.julia/conda
6578
```
79+
80+
If not done yet, create a project:
81+
```bash
82+
mkdir MyProject
83+
cd MyProject
84+
julia --project="."
85+
```
86+
87+
Install Python, matplotlib and ControlPlots
88+
```julia
6689
using Pkg
6790
ENV["PYTHON"]=""
6891
pkg"add ControlPlots"

0 commit comments

Comments
 (0)