Skip to content

Files

Latest commit

661b7c8 · Aug 12, 2022

History

History

python3_with_rust

* create a virtual environment

    $ python3 -m venv .env

* activate it

    $ source .env/bin/activate

* install the content of requirements.txt

    $ pip install maturin