mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-02 05:03:08 +00:00
5 lines
142 B
Bash
Executable File
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 |