We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2984150 commit 8411a1eCopy full SHA for 8411a1e
1 file changed
README.md
@@ -141,7 +141,7 @@ cd PythonMiner
141
142
Then,you need to type to install requirement
143
```
144
-pip3 install lxml
+pip3 install tqdm tabulate requests colorama
145
146
147
After that,You can run the programe like:
@@ -161,8 +161,9 @@ Next,type to install stuff
161
apk add python3
162
apk add py3-pip
163
apk add git
164
+apk add py3-psutil
165
git clone https://github.com/HugoXOX3/PythonMiner.git
166
167
cd PythonMiner
168
python3 SoloMiner.py
169
0 commit comments