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