mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-10 02:24:36 -05:00
7 lines
84 B
Bash
Executable File
7 lines
84 B
Bash
Executable File
#!/bin/bash
|
|
|
|
python3 -m venv venv
|
|
. ./activate
|
|
pip3 install .
|
|
|
|
py.test ./tests -s -v |