mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
8 lines
241 B
Bash
8 lines
241 B
Bash
python3 -m venv .venv
|
|
. .venv/bin/activate
|
|
pip install wheel # For building blspy
|
|
pip install -e .
|
|
pip install -r requirements.txt
|
|
|
|
# Install libgmp, libboost, and libflint, and then run the following
|
|
cd lib/chiavdf/fast_vdf && sh install.sh |