Skip to content

Commit

Permalink
doc/overview: remove Installation section
Browse files Browse the repository at this point in the history
This is a leftover installation section with outdated info. Remove it completely
since the installation has been moved to the "Getting Started" section.

Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
  • Loading branch information
Emantor authored and jluebbe committed Feb 16, 2018
1 parent dbe7025 commit 17dd6e8
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions doc/overview.rst
Original file line number Diff line number Diff line change
@@ -1,45 +1,6 @@
Overview
========

Installation
------------

The default installation is available via PyPI:

.. code-block:: bash
$ pip install labgrid
or by cloning the repository and installing manually:

.. code-block:: bash
$ git clone https://github.com/labgrid-project/labgrid
$ cd labgrid && python3 setup.py install
Extra Requirements
~~~~~~~~~~~~~~~~~~
Labgrid supports different extras:

- onewire: install onewire support, requires ``onewire>=0.0.2`` from PyPI and
additionally ``libow-dev`` on Debian based distributions.
- coordinator: installs required depencies to start a crossbar coordinator

The extras can be selected by passing them after the package name in square
brackets:

.. code-block:: bash
$ pip install labgrid[onewire]
or to enable both:

.. code-block:: bash
$ pip install labgrid[onewire,coordinator]
Depending on the used shell settings, the brackets may have to be escaped via ``\``.

Architecture
------------

Expand Down

0 comments on commit 17dd6e8

Please sign in to comment.