thorstenb / odpdown

Generate OpenDocument Presentation (odp) files from markdown
Other
107 stars 18 forks source link

needs installation instructions #5

Closed aspiers closed 9 years ago

aspiers commented 9 years ago

There is setup.py and setup.cfg but it's not clear if/when/how/why to use them. The obvious route yields a warning:

$ python setup.py build
/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
  warnings.warn(msg)

easy_install fails because for some reason it tries to install using Python 3. However odpgen seems to be happily running for me just by running directly (presumably because I already have lpod and Pygments installed?)