go-python / gopy

gopy generates a CPython extension module from a go package.
BSD 3-Clause "New" or "Revised" License
2.05k stars 113 forks source link

go install instead of go get for gopy command #305

Closed marcmonfort closed 1 year ago

marcmonfort commented 1 year ago

go get github.com/go-python/gopy is not installing gopy command. This instruction should be change in README.md with go install github.com/go-python/gopy