Added install script for building in arm64 in osx arkworks bls dep
This commit is contained in:
parent
5dd7b2730a
commit
c18e2de29d
|
@ -0,0 +1,8 @@
|
|||
#!/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
|
Loading…
Reference in New Issue