@@ -16,7 +16,6 @@ and many more. Some bindings have already been added:
1616- Python Standard Libray
1717- Jupyter
1818- Flask
19- - MicroBit
2019- CogniteSdk
2120
2221## Version
@@ -30,8 +29,8 @@ how to deal with Python version handling.
3029Prerequisite for compiling F# to Python using Fable:
3130
3231``` sh
33- > dotnet tool install --global fable --version 4.0.0-theta-003
34- > dotnet add package Fable.Core --version 4.0.0-theta-001
32+ > dotnet tool install --global fable --prerelease
33+ > dotnet add package Fable.Core --prerelease
3534```
3635
3736To use the ` Fable.Python ` library in your Fable project:
@@ -62,7 +61,6 @@ It contains example code for using Fable Python with:
6261- [ Flask] ( https://github.com/dbrattli/Fable.Python/tree/main/examples/flask ) .
6362 References [ Feliz.ViewEngine] ( https://github.com/dbrattli/Feliz.ViewEngine )
6463 as a nuget package.
65- - [ MicroBit] ( https://github.com/dbrattli/Fable.Python/tree/main/examples/microbit )
6664- [ Timeflies] ( https://github.com/dbrattli/Fable.Python/tree/main/examples/timeflies ) ,
6765 Cool demo using Tkinter and references
6866 [ FSharp.Control.AsyncRx] ( https://github.com/dbrattli/AsyncRx ) as a nuget
@@ -87,12 +85,9 @@ It contains example code for using Fable Python with:
8785## Poetry
8886
8987Fable.Python uses [ Poetry] ( https://python-poetry.org/ ) for package and
90- dependency management. This means that packages generated within
91- ` fable_modules ` must be referenced as [ path
92- dependencies] ( https://python-poetry.org/docs/dependency-specification/#path-dependencies ) .
93- It is also possible to reference
94- [ fable-library] ( https://pypi.org/project/fable-library/ ) from PyPI to
95- avoid bundling the code.
88+ dependency management. To handle dependencies when adding Fable Python
89+ compatible NuGet packages, you should use
90+ [ Femto] ( https://github.com/Zaid-Ajaj/Femto ) .
9691
9792## Contributing
9893
0 commit comments