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 33b1d75 commit 3c45597Copy full SHA for 3c45597
README.md
@@ -27,8 +27,8 @@ library until we decide how to deal with Python version handling.
27
Prerequisite for compiling F# to Python using Fable:
28
29
```sh
30
-> dotnet tool install --global fable-py --version 4.0.0-alpha-022
31
-> dotnet add package Fable.Core.Experimental --version 4.0.0-alpha-022
+> dotnet tool install --global fable-py --version 4.0.0-alpha-032
+> dotnet add package Fable.Core.Experimental --version 4.0.0-alpha-032
32
```
33
34
To use the `Fable.Python` library in your Fable project:
0 commit comments