File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ library until we decide how to deal with Python version handling.
2727Prerequisite for compiling F# to Python using Fable:
2828
2929``` sh
30- > dotnet tool install --global fable-py --version 4.0.0-alpha-01
30+ > dotnet tool install --global fable-py --version 4.0.0-alpha-021
3131> dotnet add package Fable.Core.Experimental --version 4.0.0-alpha-021
3232```
3333
@@ -52,6 +52,13 @@ To compile an F# Fable project to Python run e.g:
5252> dotnet fable-py MyProject.fsproj
5353```
5454
55+ # Libraries that uses or works with Fable Python
56+
57+ - [ AsyncRx] ( https://github.com/dbrattli/AsyncRx )
58+ - [ Fable.SimpleJson.Python] ( https://github.com/Zaid-Ajaj/Fable.SimpleJson.Python )
59+ - [ Feliz.ViewEngine] ( https://github.com/dbrattli/Feliz.ViewEngine )
60+ - [ TypedCssClasses] ( https://github.com/zanaptak/TypedCssClasses )
61+
5562For more examples see the
5663[ examples] ( https://github.com/dbrattli/Fable.Python/tree/main/examples ) folder.
5764It contains example code for using Fable Python with:
You can’t perform that action at this time.
0 commit comments