Added missing install command in script
This commit is contained in:
parent
1add494701
commit
473ce6de88
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
pip -r ./eth-specs/requirements_preinstallation.txt
|
||||
pip install -r ./eth-specs/requirements_preinstallation.txt
|
||||
python ./eth-specs/setup.py sdist bdist_wheel
|
||||
pip install ./eth-specs/dist/*.whl
|
Loading…
Reference in New Issue