mirror of
https://github.com/logos-co/nomos-specs.git
synced 2025-01-09 15:15:47 +00:00
5 lines
139 B
Bash
5 lines
139 B
Bash
|
#!/usr/bin/env bash
|
||
|
cd ./eth-specs
|
||
|
pip install -r requirements_preinstallation.txt
|
||
|
python setup.py sdist bdist_wheel
|
||
|
pip install dist/*.whl
|