Skip to content

Commit

Permalink
Mucking with README style.
Browse files Browse the repository at this point in the history
  • Loading branch information
mayfield committed Aug 28, 2015
1 parent 90a8d88 commit 3eb7936
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@ Installation

**PyPi Stable Release**

```
pip3 install shellish
```
```
pip3 install shellish
```

**Development Release**

```
python3.4 ./setup.py build
python3.4 ./setup.py install
```
*or*
```
python3.4 ./setup.py develop
```
```bash
python3.4 ./setup.py build
python3.4 ./setup.py install
```

*or*

```bash
$ python3.4 ./setup.py develop
```

Compatibility
--------
Expand Down

0 comments on commit 3eb7936

Please sign in to comment.