Skip to content

Commit bfc9a01

Browse files
committed
Add caution for Python3.5
1 parent edcb8c6 commit bfc9a01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ A restricted Python to idiomatic JavaScript / Ruby / Go / C# translator
77

88
[Pseudo](https://github.com/alehander42/pseudo) is a framework for high level code generation: it is used by this compiler to translate a subset of Python to all Pseudo-supported languages
99

10+
**If you are using Python3.5 and you experience problems with an already installed version of pseudo-python, please upgrade it to `0.2.8` (`pip3 install pseudo-python --upgrade`)**
11+
12+
1013
## Supported subset
1114

1215
Pseudo-Python compiles to `pseudo ast`.

0 commit comments

Comments
 (0)