Skip to content

Commit d36e3ee

Browse files
committed
Update README.md
1 parent 787547c commit d36e3ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ options:
172172

173173
## Run from source code
174174

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
176176
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
177177
3) Go to the main directory and run the code with the command `python src/main.py`
178178
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
182182

183183
## Building the executable
184184

185-
1) Make sure you have Python 3.7 or higher installed.
185+
1) Make sure you have Python 3.8 or higher installed.
186186
2) Install pyinstaller: `pip install pyinstaller`
187187
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
188188
4) Go to the main directory and run the command `pyinstaller ./nodpi.spec`

0 commit comments

Comments
 (0)