Skip to content

Commit 5b7559e

Browse files
Update README.md
1 parent 45d0032 commit 5b7559e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ Transpiles some Python into human-readable Golang.
1414

1515
### Installing
1616

17+
#### via setup.py (dev)
18+
19+
```
20+
git clone https://github.com/nottheswimmer/pytago/
21+
cd pytago
22+
pip install -e .
23+
```
24+
25+
The other installation methods may temporarily result in a circular import issue. It will be addressed on soon.
26+
1727
#### via pip
1828
```
1929
pip install pytago
@@ -3255,4 +3265,4 @@ Some things I'd like to add soon...
32553265

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

0 commit comments

Comments
 (0)