BluEye-Robotics / blueye.sdk

A Python package for remote control of Blueye underwater drones.
GNU Lesser General Public License v3.0
17 stars 4 forks source link

Document installation instructions for Windows #5

Closed sindrehan closed 5 years ago

soulspark666 commented 5 years ago

What kind of documentation do you require???

sindrehan commented 5 years ago

Hi Animesh, thank you for wanting to contribute to our SDK!

I've just now made a commit that restructures how we would like the documentation for installation to various OSs to be.

If you want, you are welcome to take a stab at the Windows documenation, though it might be a bit difficult if you don't have a drone. However, if you are able to instantiate a Pioneer-object with autoconnect=False without crashing then we should be pretty close.

As to what documentation we require, I think something close to what we have for Linux/Ubuntu right now would be nice. Since pyenv doesn't work on Windows, we should find a suitable replacement for it, pyenv-win looks promising, but I haven't tested it.

Let me know if you have any other questions, and I'll do my best to help out.

sindrehan commented 5 years ago

Fixed in #27