diff --git a/src/sdk/python/README.md b/src/sdk/python/README.md index 981137d12..6a0d3aeaa 100644 --- a/src/sdk/python/README.md +++ b/src/sdk/python/README.md @@ -1,3 +1,11 @@ # Installation Follow virtualenv and pyo3 setup guide: https://pyo3.rs/v0.15.1/#using-rust-from-python + +## tldr + +``` +$ python3 -m venv venv +$ source venv/bin/activate +$ maturin develop --release +```