nomos-specs/install-eth-specs.sh
2024-07-22 07:44:36 +00:00

5 lines
142 B
Bash
Executable File

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