Skip to content

Commit 73835cb

Browse files
dbrattliMaxime Mangel
andauthored
Update docs/docs/python/build-and-run.md
Co-authored-by: Maxime Mangel <[email protected]>
1 parent 58287f3 commit 73835cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/python/build-and-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When building a library that uses Fable Python and you want to publish it to PyP
2626
Instead, use the `--fableLib` option to reference a pre-built Fable library:
2727

2828
```bash
29-
fable --lang python --fableLib fable-library
29+
dotnet fable --lang python --fableLib fable-library
3030
```
3131

3232
This will make any reference to the Fable library point to a package in the Python search path (e.g., site-packages) instead of the normally bundled library. Your package will then need to declare `fable-library` as a dependency so users can install it from PyPI.

0 commit comments

Comments
 (0)