We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b72bfcb + b65c323 commit ea42fa6Copy full SHA for ea42fa6
README.md
@@ -57,6 +57,7 @@
57
58
* ```git clone https://github.com/Teraskull/PyDebloatX```
59
* ```cd PyDebloatX```
60
+* ```pip install -r requirements.txt```
61
* ```python app.py``` or ```py app.py```
62
63
## License:
app.py
@@ -8,7 +8,7 @@
8
import sys
9
10
11
-app_version = "1.3.4"
+app_version = "1.3.5"
12
13
14
class Logic():
0 commit comments