cedadev / nappy

NASA Ames Processing in PYthon (NAPPy) - a Python library for reading, writing and converting NASA Ames files.
BSD 3-Clause "New" or "Revised" License
9 stars 13 forks source link

Improvements to the documentation for installing to a virtualenv #62

Open nisc586 opened 2 years ago

nisc586 commented 2 years ago

Description

Hi, The way to install nappy to a virtualenv as it is described in the ReadMe does not work on Windows. It also looks a bit outdated, so I would like to change it to a version that uses pip.

I also noticed, that the setup fails if the pypandoc package is installed. Apparently pypandocs convert-function has been renamed to convert_file.

What I Did

I prepared a pull request where I updated the ReadMe. I also renamed the convert function in setup.py.