Skip to content

Commit

Permalink
Changed readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqueDaniel committed Oct 14, 2013
1 parent fc8bed5 commit 982d28f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ Installation.
Pypi - Python Package Index:
[Pybooru on Pypi](https://pypi.python.org/pypi/Pybooru/).
```bash
sudo pip install Pybooru
sudo pip install Pybooru
```
or
```bash
sudo easy_install Pybooru
sudo easy_install Pybooru
```

Manual installation:
```bash
git clone git://github.com/luquedaniel/pybooru.git
cd pybooru
sudo python setup.py build
sudo python setup.py install
git clone git://github.com/luquedaniel/pybooru.git
cd pybooru
sudo python setup.py build
sudo python setup.py install
```

Example use.
Expand Down

0 comments on commit 982d28f

Please sign in to comment.