python3_with_rust
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
* create a virtual environment
$ python3 -m venv .env
* activate it
$ source .env/bin/activate
* install the content of requirements.txt
$ pip install maturin