You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ private (not in the system `PATH`) Julia Python distribution (via
40
40
Miniconda), then PyPlot will automatically install Matplotlib as needed.
41
41
42
42
If you are installing PyCall and PyPlot for the first time, just do `ENV["PYTHON"]=""` before running `Pkg.add("PyPlot")`. Otherwise, you can reconfigure PyCall to use Conda via:
43
-
```
43
+
```julia
44
44
ENV["PYTHON"]=""
45
45
Pkg.build("PyCall")
46
46
```
@@ -64,7 +64,7 @@ Alternatively, you can install the
64
64
(which also includes `ipython` and other IJulia dependencies).
65
65
66
66
Otherwise, you can use the [Homebrew](http://brew.sh/) package manager:
67
-
```
67
+
```sh
68
68
brew install python gcc freetype pyqt
69
69
brew link --force freetype
70
70
export PATH="/usr/local/bin:$PATH"
@@ -82,7 +82,7 @@ graphics-capable Julia environment such as IJulia, you can simply type
0 commit comments