Skip to content

Commit cf807f4

Browse files
authored
Update pkg api to install master version (#914)
1 parent b845ffb commit cf807f4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ install the files. Julia 0.7 or later is required.
2020

2121
The latest development version of PyCall is available from
2222
<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")`.
23+
this after installing the package, run:
24+
25+
```julia
26+
Pkg.add(PackageSpec(name="PyCall", rev="master"))
27+
Pkg.build("PyCall")`
28+
```
2429

2530
By default on Mac and Windows systems, `Pkg.add("PyCall")`
2631
or `Pkg.build("PyCall")` will use the

0 commit comments

Comments
 (0)