mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-10 12:29:49 +03: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 |