Skip to content

Commit 60e8a8f

Browse files
authored
Add Windows Usage Tutorial
1 parent 075f743 commit 60e8a8f

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
* Restart tor service, and you got a new IP :D
66

77
> [!IMPORTANT]
8-
> This version of the tool is currently supported only on Unix-like operating systems.
8+
> This version of the tool is now supported both on Unix-like and Windows operating systems!
99
1010
## Usage
1111

12+
### Linux:
1213
1. Clone the repository:
1314

1415
```bash
@@ -32,6 +33,36 @@
3233
```bash
3334
sudo python3 IP-Changer.py
3435
```
36+
37+
### Windows:
38+
39+
1. Clone the repository:
40+
41+
```bash
42+
git clone https://github.com/isPique/Tor-IP-Changer.git
43+
```
44+
45+
2. Navigate to the project directory:
46+
47+
```bash
48+
cd Tor-IP-Changer
49+
```
50+
51+
3. Install required libraries:
52+
53+
```bash
54+
pip install -r requirements.txt
55+
```
56+
57+
4. Run the script:
58+
59+
```bash
60+
python IP-Changer.py
61+
```
62+
63+
> [!NOTE]
64+
> Please do NOT edit or delete the `tor_path.txt` file.
65+
3566
<br>
3667

3768
![Terminal](https://github.com/isPique/Tor-IP-Changer/blob/main/Terminal.jpg)

0 commit comments

Comments
 (0)