Added missing install command in script

This commit is contained in:
Daniel Sanchez Quiros 2024-01-30 10:43:14 +01:00
parent 1add494701
commit 473ce6de88
1 changed files with 1 additions and 1 deletions

View File

@ -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