Hi all,
I tried installing openrocketdoc using:
sudo pip install openrocketdoc
This doesn't work on pip version 8.0.2 on my mac OS X computer.
It returns "No matching distribution found for openrocketdoc".
pip search openrocketdoc also returns no results.
It seems pip cannot find openrocketdoc by default. Is there some source list that needs to be added to find openrocketdoc by pip.
I was able to install the module using "python setup.py install" however.
Best,
Sanket