Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMili committed Dec 7, 2016
2 parents 6544504 + e82042c commit 8a34c38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
WhatInstalled is a simple tool to retrieve what you installed using command line.

## Installation
After cloning this repository simply run :
You can install it with pip :
```bash
pip install whatinstalled
```
Or clone this repository and simply run :
```bash
cd whatinstalled/
pip install -e .
Expand Down

0 comments on commit 8a34c38

Please sign in to comment.