You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ options:
172
172
173
173
## Run from source code
174
174
175
-
1) Make sure you have Python 3.7 or higher installed. No third-party libraries are required
175
+
1) Make sure you have Python 3.8 or higher installed. No third-party libraries are required
176
176
2) Clone the repository `git clone https://github.com/GVCoder09/NoDPI.git` or [download the archive](https://github.com/GVCoder09/NoDPI/archive/refs/heads/main.zip) with the source code and unzip it
177
177
3) Go to the main directory and run the code with the command `python src/main.py`
178
178
4) In the browser or system settings, set the proxy to 127.0.0.1:8881
@@ -182,7 +182,7 @@ You can enable error or access logging using parameters `--log_error` and `--log
182
182
183
183
## Building the executable
184
184
185
-
1) Make sure you have Python 3.7 or higher installed.
185
+
1) Make sure you have Python 3.8 or higher installed.
186
186
2) Install pyinstaller: `pip install pyinstaller`
187
187
3) Clone the repository `git clone https://github.com/GVCoder09/NoDPI.git` or [download the archive](https://github.com/GVCoder09/NoDPI/archive/refs/heads/main.zip) with the source code and unzip it
188
188
4) Go to the main directory and run the command `pyinstaller ./nodpi.spec`
0 commit comments