We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b845ffb commit cf807f4Copy full SHA for cf807f4
README.md
@@ -20,7 +20,12 @@ install the files. Julia 0.7 or later is required.
20
21
The latest development version of PyCall is available from
22
<https://github.com/JuliaPy/PyCall.jl>. If you want to switch to
23
-this after installing the package, run `Pkg.checkout("PyCall"); Pkg.build("PyCall")`.
+this after installing the package, run:
24
+
25
+```julia
26
+Pkg.add(PackageSpec(name="PyCall", rev="master"))
27
+Pkg.build("PyCall")`
28
+```
29
30
By default on Mac and Windows systems, `Pkg.add("PyCall")`
31
or `Pkg.build("PyCall")` will use the
0 commit comments