Skip to content

Commit fa91239

Browse files
authored
Change pacparser specific version example to 1.4.6 (#224)
Updated the specific version of pacparser in the installation instructions.
1 parent b8bb72c commit fa91239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For Python module, you can use pip. Pre-built module is available for `64-bit Li
3434
Windows, MacOS-Intel, and MacOS-ARM`, for Python `3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14`.
3535
```
3636
python -m pip install pacparser
37-
python -m pip install pacparser==1.3.8.dev15 (specific version)
37+
python -m pip install pacparser==1.4.6 (specific version)
3838
```
3939

4040
For other pre-built binaries, download them from the project's [releases](

0 commit comments

Comments
 (0)