Skip to content

Commit

Permalink
Updated Readme with the installation on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aboul3la authored Jun 13, 2016
1 parent 9c4107c commit ba54eab
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,32 @@ Other python versions maybe not **supported** at the moment.

####Requests library (http://docs.python-requests.org/en/latest/)

- Install for Windows:
```
- c:\python27\python.exe -m pip install requests
```

- Install for Ubuntu/Debian:
```
sudo apt-get install python-requests
```

- Install for Centos/Redhat:
```
sudo yum install python-requests
```

- Install using pip:
- Install using pip on Linux:
```
sudo pip install requests
```

####dnspython library (http://www.dnspython.org/)

- Install for Windows:
```
- c:\python27\python.exe -m pip install dnspython
```

- Install for Ubuntu/Debian:
```
Expand Down

0 comments on commit ba54eab

Please sign in to comment.