Skip to content

Commit 3524724

Browse files
author
Randall C. O'Reilly
committed
Merge branch 'master' of github.com:go-python/gotopy
2 parents c302d57 + 753f102 commit 3524724

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
GoToPy is a Go to Python converter -- translates Go code into Python code.
44

5+
To install, do standard:
6+
7+
```Go
8+
$ go install github.com/go-python/gotopy@latest
9+
```
10+
511
It is based on the Go `gofmt` command source code and the go `printer` package, which parses Go files and writes them out according to standard go formatting.
612

713
We have modified the `printer` code in the `pyprint` package to instead print out Python code.

0 commit comments

Comments
 (0)