Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #9 from benmccann/master
Browse files Browse the repository at this point in the history
Update README to mention that package is available via pip
  • Loading branch information
sudorandom committed Nov 2, 2012
2 parents a249011 + e1fcc36 commit fbee917
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.markdown
Expand Up @@ -4,7 +4,13 @@ Python bindings for SoftLayer Object Storage

Installation
------------
Download source and run:
Install via pip:
```
sudo apt-get install python-pip
sudo pip install softlayer-object-storage
```

Or download source and run:

```
python setup.py install
Expand Down

0 comments on commit fbee917

Please sign in to comment.