mirror of
https://github.com/logos-co/nomos-specs.git
synced 2025-01-09 15:15:47 +00:00
0f6bcf11b1
* Added eth specs submodule * Rename to eth-specs instead * Added install script for ethspecs module * Use python and pip instead of 3 * Load eth-specs in ci * Add checkout submodules to ci * Make install script executable * Added missing install command in script * Added missing submodule * Move to eth-specs for building
5 lines
139 B
Bash
Executable File
5 lines
139 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd ./eth-specs
|
|
pip install -r requirements_preinstallation.txt
|
|
python setup.py sdist bdist_wheel
|
|
pip install dist/*.whl |