Installation

Plutus-Bench is currently not available via any package managers. Cloning the github Repo and manually installing with pip is the current recommended method:

# clone the plutus-bench package
git clone https://github.com/OpShin/plutus-bench.git
cd plutus-bench
# install the package with pip
pip install .