Visit rustup site and install Rust on your system.
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
maturin develop
The above command should not give any error. Means you are ready for the workshop.
Visit rustup site and install Rust on your system.
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
maturin develop
The above command should not give any error. Means you are ready for the workshop.