We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a9f9d commit 618adbcCopy full SHA for 618adbc
README.md
@@ -59,8 +59,10 @@ If not done yet, create a project:
59
```bash
60
mkdir MyProject
61
cd MyProject
62
-julia --project="."
+julia --project=.
63
```
64
+Don't forget to type the `dot` at the end of the last line.
65
+
66
Install Python, matplotlib and ControlPlots
67
```julia
68
using Pkg
@@ -81,8 +83,9 @@ If not done yet, create a project:
81
83
82
84
85
86
87
88
89
90
91
0 commit comments