[README] updated

This commit is contained in:
Max Zwiessele 2015-09-10 08:38:45 +01:00
parent d3645adbbe
commit 38eb76d496
2 changed files with 29 additions and 19 deletions

View file

@ -12,7 +12,7 @@ def read(fname):
def read_to_rst(fname):
try:
import pypandoc
print 'Warning in installation: For rst formatting in pypi, consider installing pypandoc for conversion'
#print 'Warning in installation: For rst formatting in pypi, consider installing pypandoc for conversion'
return pypandoc.convert('README.md', 'rst')
except:
return read(fname)