mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
sdk-py: Add tldr in Readme.
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user