Skip to content

Commit

Permalink
Add installing from pypi instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Phelps committed Jun 24, 2021
1 parent 757343f commit 45d0032
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ Transpiles some Python into human-readable Golang.
- `go get golang.org/x/tools/cmd/goimports`
- `go get mvdan.cc/gofumpt`

### Installing via setup.py
### Installing

#### via pip
```
pip install pytago
```

#### via setup.py

```
git clone https://github.com/nottheswimmer/pytago/
Expand Down
9 changes: 8 additions & 1 deletion scripts/README_HEADER.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ Transpiles some Python into human-readable Golang.
- `go get golang.org/x/tools/cmd/goimports`
- `go get mvdan.cc/gofumpt`

### Installing via setup.py
### Installing

#### via pip
```
pip install pytago
```

#### via setup.py

```
git clone https://github.com/nottheswimmer/pytago/
Expand Down

0 comments on commit 45d0032

Please sign in to comment.