nomos-specs/install-eth-specs.sh

5 lines
161 B
Bash
Executable File

#!/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