Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,22 @@ You'll also need to install the following dependent libraries from CRAN:
3. Make sure you [have Python Installed][6]

```bash
$ which python # should return python's location, if it's installed
$ python --version # should return python's version number, if it's installed
```

4. [Install pip][7] if you haven't got it already

```bash
$ curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
$ sudo python get-pip.py
$ rm get-pip.py
$ which pip # should return pip's location, if it's installed
```

5. From your clone of our project directory, use pip to install the required python dependencies for this project

```bash
$ pip install -r requirements.txt
$ sudo pip install -r requirements.txt
```

## RepoStatistics.py Usage
Expand Down Expand Up @@ -101,4 +104,4 @@ Please give us feedback! We'd love to hear your gripes, thrill stories, and feat
[6]: http://wiki.python.org/moin/BeginnersGuide/Download
[7]: http://www.pip-installer.org/en/latest/installing.html
[8]: https://github.com/briandk/gitvisualizations/issues/new
[9]: http://www.kernel.org/pub/software/scm/git/docs/git-log.html#_examples
[9]: http://www.kernel.org/pub/software/scm/git/docs/git-log.html#_examples