Skip to content

Commit

Permalink
Add pip as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nehaljwani committed Mar 27, 2016
1 parent 28f8aca commit 5539f4d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ An API for Parsing Indic Languages

Installing Dependencies (Ubuntu):
```bash
$ sudo apt-get install cpanminus gcc git libgdbm-dev libglib2.0-dev make python-numpy python-pydot python-urllib3
$ sudo apt-get install cpanminus gcc git libgdbm-dev libglib2.0-dev make python-numpy \
python-pydot python-urllib3 python-pip
```

Installing Dependencies (Fedora):
```bash
$ sudo dnf install perl-App-cpanminus git gcc gdbm-devel glib2-devel make numpy pydot python-urllib3
$ sudo dnf install perl-App-cpanminus git gcc gdbm-devel glib2-devel make numpy pydot \
python-urllib3 python-pip
```

Installing Perl Dependencies:
Expand Down

0 comments on commit 5539f4d

Please sign in to comment.