Getting Started ================================ Prerequisites ---------------- zkpy depends on `Circom `_ and `snarkjs `_ Installing Circom ~~~~~~~~~~~~~~~~~~~~~ Installation instructions for **Circom** can be found `here `_. You can test that installation was successful by running:: circom --help Installing snarkjs ~~~~~~~~~~~~~~~~~~~ Installation instructions for **snarkjs** can be found `here `_. You can test that installation was successful by running:: snarkjs --help Installation -------------- The recommended way to install zkpy is through pip:: pip install zkpy