Skip to content

Commit

Permalink
update install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
geier committed Apr 21, 2015
1 parent 20cfbbf commit 5c318c1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ or the latest development version by executing::

pip install git+git://github.com/geier/khal.git

While this should take care of installing all required dependencies, installing
*lxml* may fail. In that case have a look under :ref:`requirements`.
This should also take care of installing all required dependencies.


Expand All @@ -54,13 +52,11 @@ Requirements
------------

*khal* is written in python and, at the moment, only runs in python 2.7.
Make sure you have ``sqlite3`` (normally available by default), icalendar_, urwid
(>0.9), ``pyxdg``, vdirsyncer_ installed.

If you are installing python via *pip* or from source, be aware that since
*khal* indirectly depends on lxml_ you need to either install it via your
system's package manager or have python's and libxml2's headers development
packages installed.
system's package manager or have python's and libxml2's headers (development
packages) installed.

.. _icalendar: https://github.com/collective/icalendar
.. _vdirsyncer: https://github.com/untitaker/vdirsyncer
Expand Down

0 comments on commit 5c318c1

Please sign in to comment.