python -m pip install rust-contracts-builder
rust-contract init hello
cd hello
rust-contract build --stack-size 8192
To run the tool
from the project folder:
python -m pysrc.__main__ build --stack-size 8192
To install the package from the project folder:
pip install .