Skip to content

Commit

Permalink
Fixing some typos for better and ...
Browse files Browse the repository at this point in the history
and adding how to install the best libraries to coloring in windows
  • Loading branch information
D4Vinci authored Jan 31, 2017
1 parent 9f69fdb commit 2b39192
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ These dependencies can be installed using the requirements file:

- Installation on Windows:
```
c:\python27\python.exe -m pip install -r requirements.txt
python -m pip install -r requirements.txt
```

- Installation on Linux
```
sudo pip install -r requirements.txt
Expand All @@ -44,7 +43,7 @@ Alternatively, each module can be installed independently as shown below.

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

- Install for Ubuntu/Debian:
Expand All @@ -66,7 +65,7 @@ sudo pip install requests

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

- Install for Ubuntu/Debian:
Expand Down Expand Up @@ -96,6 +95,17 @@ sudo yum install python-argparse
sudo pip install argparse
```

**And for coloring in windows install the following libraries**
```
python -m pip install win_unicode_console colorama
```

*Note:To get the path of python.exe for the windows installation process use :*
```
import sys
sys.executable
```

##Usage

Short Form | Long Form | Description
Expand Down

0 comments on commit 2b39192

Please sign in to comment.