nomos-specs/install-eth-specs.sh

5 lines
161 B
Bash
Raw Normal View History

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