Installing "odpdown" 0.4.1 on Xubuntu 12.04
Posted: Sat Jan 16, 2016 3:26 am
HowTo install "odpdown" 0.4.1 on Xubuntu 12.04
1) Download it
Or pull it from the git repository:
https://github.com/thorstenb/odpdown/releases
2) Unpack it
3) Install the following dependencies:
(as root, or using sudo)
4) Run the install script:
Change to the folder where you've unpacked/downloaded odpdown's source code and run this as root:
1) Download it
Or pull it from the git repository:
https://github.com/thorstenb/odpdown/releases
2) Unpack it
3) Install the following dependencies:
(as root, or using sudo)
Code: Select all
$ apt-get install python-setuptools
$ pip install tox
$ pip install mistune
$ pip install lpod-python
Change to the folder where you've unpacked/downloaded odpdown's source code and run this as root:
Code: Select all
$ python setup.py install