Move to eth-specs for building

This commit is contained in:
Daniel Sanchez Quiros 2024-01-30 12:09:59 +01:00
parent 2f3a24656c
commit 3416cb3115
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
pip install -r ./eth-specs/requirements_preinstallation.txt
python ./eth-specs/setup.py sdist bdist_wheel
pip install ./eth-specs/dist/*.whl
cd ./eth-specs
pip install -r requirements_preinstallation.txt
python setup.py sdist bdist_wheel
pip install dist/*.whl