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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,12 @@ ProxyHuntr is a Free and OpenSource Proxy Finder and Checker. ProxyHuntr is writ
12
12
13
13
## Technical
14
14
ProxyHuntr check proxies by using them as they would be used: make an HTTP request and verify the result.
15
+
16
+
## How to Install
17
+
#### Windows
18
+
If you're on windows and not planning on changing the sourcecode, download the latest pre-compiled release. This will make sure that ProxyHuntr works without having to install Python and different modules!
19
+
20
+
#### All Platforms
21
+
1. Install Python 3.x (3.5 has been tested).
22
+
2. Run `pip install -r requirements.txt` to install the dependencies.
0 commit comments