nomos-specs/install-eth-specs.sh

5 lines
139 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2024-01-30 11:09:59 +00:00
cd ./eth-specs
pip install -r requirements_preinstallation.txt
python setup.py sdist bdist_wheel
pip install dist/*.whl