fix typos
This commit is contained in:
parent
293b8b112e
commit
81571fe534
@ -35,13 +35,13 @@ if PyPlot.version < v"3.4"
|
|||||||
|
|
||||||
If you are not sure, here are the default instructions:
|
If you are not sure, here are the default instructions:
|
||||||
|
|
||||||
Then run Julia:
|
In Julia REPL:
|
||||||
```
|
```
|
||||||
import Pkg;
|
import Pkg;
|
||||||
Pkg.add("Conda")
|
Pkg.add("Conda")
|
||||||
import Conda
|
import Conda
|
||||||
Conda.update()
|
Conda.update()
|
||||||
Pkg.build("Pyplot")
|
Pkg.build("PyPlot")
|
||||||
```
|
```
|
||||||
|
|
||||||
""")
|
""")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user