don't activate python script
This commit is contained in:
parent
b6044eb4f9
commit
186544b0d5
@ -103,13 +103,12 @@ cargo build -p tig-worker --release
|
||||
cd $current_path
|
||||
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
|
||||
mkdir -p tig-benchmarker
|
||||
cd tig-benchmarker
|
||||
wget https://raw.githubusercontent.com/tig-pool-nk/client/refs/heads/main/tig-benchmarker/slave.py -O slave.py
|
||||
wget https://raw.githubusercontent.com/tig-pool-nk/client/refs/heads/main/tig-benchmarker/requirements.txt -O requirements.txt
|
||||
pip install -r requirements.txt
|
||||
./venv/bin/pip3 install -r requirements.txt
|
||||
|
||||
# Create a directory client_xnico_pool and navigate to it
|
||||
cd $current_path
|
||||
|
||||
Loading…
Reference in New Issue
Block a user