We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daea424 commit 77559d5Copy full SHA for 77559d5
README.md
@@ -23,8 +23,8 @@ Currently using [pybindgen](https://pybindgen.readthedocs.io/en/latest/tutorial/
23
24
```sh
25
$ python3 -m pip install pybindgen
26
-$ go get golang.org/x/tools/cmd/goimports
27
-$ go get github.com/go-python/gopy
+$ go install golang.org/x/tools/cmd/goimports@latest
+$ go install github.com/go-python/gopy@latest
28
```
29
30
(This all assumes you have already installed [Go itself](https://golang.org/doc/install), and added `~/go/bin` to your `PATH`).
0 commit comments