Skip to content

Commit 10cf4b5

Browse files
committed
Update README
1 parent c27af01 commit 10cf4b5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ library until we decide how to deal with Python version handling.
2727
Prerequisite 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+
5562
For more examples see the
5663
[examples](https://github.com/dbrattli/Fable.Python/tree/main/examples) folder.
5764
It contains example code for using Fable Python with:

0 commit comments

Comments
 (0)