Firstly install pandoc using pip:
pip install pandoc
or if you're using Mac:
brew install pandoc
Go to your main project directory and type
pandoc --from=markdown --to=rst --output=README.rst README.md
Voila!
Firstly install pandoc using pip:
pip install pandoc
or if you're using Mac:
brew install pandoc
Go to your main project directory and type
pandoc --from=markdown --to=rst --output=README.rst README.md
Voila!