diff --git a/binding/python/DEVELOPMENT.md b/binding/python/DEVELOPMENT.md new file mode 100644 index 00000000..fd6b9a26 --- /dev/null +++ b/binding/python/DEVELOPMENT.md @@ -0,0 +1,9 @@ +# Building from Source + +You can build the package into `whl` file using the following command: + +``` +❯ maturin build +``` + +Caution: Do not confuse this with the cargo build command!