Skip to content

Commit 6950246

Browse files
authored
install instr
1 parent 26f75ab commit 6950246

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 https://github.com/go-python/gotopy
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)