mirror of
https://github.com/logos-co/nomos-specs.git
synced 2025-01-21 21:09:39 +00:00
9 lines
204 B
Bash
9 lines
204 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
pip install maturin
|
||
|
git clone --depth 1 --branch v0.3.4 git@github.com:crate-crypto/py-arkworks-bls12381.git
|
||
|
cd py-arkworks-bls12381
|
||
|
maturin develop
|
||
|
cd ..
|
||
|
rm -rf py-arkworks-bls12381
|