Skip to content

Commit 1e358e5

Browse files
authored
Update README.md
1 parent b1e4faf commit 1e358e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ First,Download the latest miner from [release](https://github.com/HugoXOX3/BTCSo
5757

5858
1. install the require pip
5959
```
60-
pip3 install hashlib psutil colorama tabulate tqdm
60+
pip3 install -r requirements.txt
6161
```
6262

6363
2. Change the setting into your favourite
@@ -83,7 +83,7 @@ python3 SoloMiner.py
8383

8484
1. install the require pip
8585
```
86-
pip3 install hashlib psutil colorama tabulate tqdm
86+
pip3 install -r requirements.txt
8787
```
8888

8989
2. Change the setting into your favourite
@@ -129,7 +129,7 @@ cd PythonMiner
129129

130130
Then,you need to type to install requirement
131131
```
132-
pip3 install hashlib psutil colorama tabulate tqdm
132+
pip3 install -r requirements.txt
133133
```
134134

135135
Also you need to change the wallet in this programme to yours by using nano or vim
@@ -167,7 +167,7 @@ apk add py3-pip
167167
apk add git
168168
apk add py3-psutil
169169
git clone https://github.com/HugoXOX3/PythonMiner.git
170-
pip3 install tqdm tabulate requests colorama
170+
pip3 install -r requirements.txt
171171
cd PythonMiner
172172
```
173173

0 commit comments

Comments
 (0)