mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-20 15:38:08 +02:00
[README] updated
This commit is contained in:
parent
d3645adbbe
commit
38eb76d496
2 changed files with 29 additions and 19 deletions
2
setup.py
2
setup.py
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue