Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nottheswimmer authored Jun 24, 2021
1 parent 45d0032 commit 5b7559e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ Transpiles some Python into human-readable Golang.

### Installing

#### via setup.py (dev)

```
git clone https://github.com/nottheswimmer/pytago/
cd pytago
pip install -e .
```

The other installation methods may temporarily result in a circular import issue. It will be addressed on soon.

#### via pip
```
pip install pytago
Expand Down Expand Up @@ -3255,4 +3265,4 @@ Some things I'd like to add soon...

- "value in range(start, stop, step)" => a conditional statement
- Exhaustive implementation of list/dict/int/float/bytes methods
-
-

0 comments on commit 5b7559e

Please sign in to comment.