Skip to content

Commit 5a4284d

Browse files
committed
Adds Debian/Ubuntu deb install instructions
1 parent 8ea3c3b commit 5a4284d

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

docs/install.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,25 @@ Install via pip: ::
1010

1111
$ pip install softlayer
1212

13-
Install from source via pip (requires `git <http://git-scm.com>`_): ::
1413

15-
$ pip install git+git://github.com/softlayer/softlayer-python.git
14+
Debian/Ubuntu
15+
-------------
1616

17-
The most up to date version of this library can be found on the `SoftLayer GitHub public repositories <https://github.com/softlayer>`_. Please post to the `SoftLayer Forums <https://forums.softlayer.com/>`_ or open a support ticket in the `SoftLayer Customer Portal <https://control.softlayer.com>`_ if you have any questions regarding use of this library.
17+
For Debian "jessie" (currently testing) and Ubuntu 14.04, official system packages are available::
1818

19-
.. _install_from_source:
19+
$ sudo apt-get install python-softlayer
2020

21+
22+
.. _install_from_source:
2123
From Source
2224
-----------
2325

2426
The project is developed on GitHub, at `https://github.com/softlayer/softlayer-python <https://github.com/softlayer/softlayer-python>`_.
2527

28+
Install from source via pip (requires `git <http://git-scm.com>`_): ::
29+
30+
$ pip install git+git://github.com/softlayer/softlayer-python.git
31+
2632
You can clone the public repository::
2733

2834
$ git clone [email protected]:softlayer/softlayer-python.git
@@ -40,4 +46,4 @@ or install it into your site-packages easily::
4046

4147
$ python setup.py install
4248

43-
For more information about working with they source, or contributing to the project, please see the :ref:`Contribution Guide <api_dev>`.
49+
For more information about working with they source, or contributing to the project, please see the :ref:`Contribution Guide <api_dev>`.

0 commit comments

Comments
 (0)