Added install script for building in arm64 in osx arkworks bls dep
This commit is contained in:
parent
c18e2de29d
commit
7ca85a7115
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
pip install maturin
|
pip install maturin
|
||||||
git clone git@github.com:crate-crypto/py-arkworks-bls12381.git
|
git clone --depth 1 --branch v0.3.4 git@github.com:crate-crypto/py-arkworks-bls12381.git
|
||||||
cd py-arkworks-bls12381
|
cd py-arkworks-bls12381
|
||||||
maturin develop
|
maturin develop
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Reference in New Issue