We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d0032 commit 5b7559eCopy full SHA for 5b7559e
README.md
@@ -14,6 +14,16 @@ Transpiles some Python into human-readable Golang.
14
15
### Installing
16
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
27
#### via pip
28
```
29
pip install pytago
@@ -3255,4 +3265,4 @@ Some things I'd like to add soon...
3255
3265
3256
3266
- "value in range(start, stop, step)" => a conditional statement
3257
3267
- Exhaustive implementation of list/dict/int/float/bytes methods
3258
--
3268
+-
0 commit comments