[systemd-devel] HEADS-UP: splitting python-systemd out

Stefan Tatschner rumpelsepp at sevenbyte.org
Tue Jul 7 07:55:08 PDT 2015


On Di, 2015-07-07 at 15:49 +0200, Michael Biebl wrote:
> Regarding the documentation: I failed to generate the documentation
> with sphinx since it didn't find the python modules.
> Do you have some instructions how this can be done.

You could e. g. install the module (with pip in edit mode) in a
virtualenv[1] using virtualenvwrapper[2]:

  $ mkvirtualenv python-systemd
  $ git clone https://github.com/systemd/python-systemd.git
  $ cd python-systemd
  $ pip install -e .

Stefan

[1]: https://pypi.python.org/pypi/virtualenv
[2]: http://virtualenvwrapper.readthedocs.org/en/latest/index.html


More information about the systemd-devel mailing list