We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63703de commit 30a9f9dCopy full SHA for 30a9f9d
README.md
@@ -62,7 +62,30 @@ cd MyProject
62
julia --project="."
63
```
64
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
78
79
80
+If not done yet, create a project:
81
82
+mkdir MyProject
83
+cd MyProject
84
+julia --project="."
85
86
87
+Install Python, matplotlib and ControlPlots
88
89
using Pkg
90
ENV["PYTHON"]=""
91
pkg"add ControlPlots"
0 commit comments