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

Commit

Permalink
Update README to remove OS-specific commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sudorandom committed Nov 2, 2012
1 parent fbee917 commit 1d1091e
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions README.markdown
Expand Up @@ -4,15 +4,16 @@ Python bindings for SoftLayer Object Storage

Installation
------------
Install via pip:
Install via [pip](http://www.pip-installer.org):
```
sudo apt-get install python-pip
sudo pip install softlayer-object-storage
pip install softlayer-object-storage
```

Or download source and run:
Or install from source:

```
git clone git://github.com/softlayer/softlayer-object-storage-python.git
cd softlayer-object-storage-python
python setup.py install
```

Expand Down Expand Up @@ -79,25 +80,18 @@ sl_storage.search('foo*baz')

Developement
------------
Follow the [Fork and Pull Request workflow](https://github.com/sevntu-checkstyle/sevntu.checkstyle/wiki/Fork-and-Pull-Request-workflow
). Here's how to get started:
Here's how to get started:

* Fork repo on github
* Clone your new repo to your local machine.
* Clone your new repo to your local machine:

* ```
git clone git@github.com:username/softlayer-object-storage-python.git
```

* Configure remote for upstream.
* Configure remote for upstream:

* ```
cd softlayer-object-storage-python
git remote add upstream git://github.com/softlayer/softlayer-object-storage-python.git
```

* Fetch from upstream

* ```
git fetch upstream
```

0 comments on commit 1d1091e

Please sign in to comment.