mirror of
https://github.com/logos-co/nomos-specs.git
synced 2025-01-09 15:15:47 +00:00
9 lines
178 B
Bash
Executable File
9 lines
178 B
Bash
Executable File
#!/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
|