mirror of https://github.com/nucypher/nucypher.git
[KMS-ETH]- Version bump for solc
parent
6ce978a774
commit
c9dd460d5a
2
setup.sh
2
setup.sh
|
@ -3,6 +3,6 @@
|
|||
virtualenv -p python3 .venv
|
||||
source .venv/bin/activate
|
||||
pip3 install -r requirements.txt
|
||||
wget https://github.com/ethereum/solidity/releases/download/v0.4.16/solc-static-linux -O .venv/bin/solc
|
||||
wget https://github.com/ethereum/solidity/releases/download/v0.4.18/solc-static-linux -O .venv/bin/solc
|
||||
chmod +x .venv/bin/solc
|
||||
pip3 install -e .
|
||||
|
|
Loading…
Reference in New Issue