Skip to content

Commit ea42fa6

Browse files
authored
Merge pull request #7 from Teraskull/develop
Update 1.3.5
2 parents b72bfcb + b65c323 commit ea42fa6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757

5858
* ```git clone https://github.com/Teraskull/PyDebloatX```
5959
* ```cd PyDebloatX```
60+
* ```pip install -r requirements.txt```
6061
* ```python app.py``` or ```py app.py```
6162

6263
## License:

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import sys
99

1010

11-
app_version = "1.3.4"
11+
app_version = "1.3.5"
1212

1313

1414
class Logic():

0 commit comments

Comments
 (0)