/docs/source/install-windows.rst

https://github.com/anki/cozmo-python-sdk · ReStructuredText · 68 lines · 42 code · 26 blank · 0 comment · 0 complexity · 4c67e8f369e8d39a610bb26c6e40f5b2 MD5 · raw file

  1. .. _install-windows:
  2. ######################
  3. Installation - Windows
  4. ######################
  5. This guide provides instructions on installing the Cozmo SDK for computers running with a Windows operating system.
  6. ^^^^^^^^^^^^^^^^^^^
  7. Installation Videos
  8. ^^^^^^^^^^^^^^^^^^^
  9. For your convenience, videos are provided showing the installation steps being followed on a Windows computer; one using an iOS device, and one using an Android device. There is also full text-based documentation below these.
  10. .. raw:: html
  11. <iframe width="690" height="388" src="https://www.youtube.com/embed/gtRS3iqzSuA?rel=0" frameborder="0" allowfullscreen></iframe>
  12. <iframe width="690" height="388" src="https://www.youtube.com/embed/9TJeK_AEFYo?rel=0" frameborder="0" allowfullscreen></iframe>
  13. |
  14. ^^^^^^^^^^^^^^^^^^^
  15. Python Installation
  16. ^^^^^^^^^^^^^^^^^^^
  17. Download the `Python 3.5.1 (or later) executable file from Python.org <https://www.python.org/downloads/>`_ and
  18. run it on your computer.
  19. .. important:: We recommend that you tick the "Add Python 3.5 to PATH" checkbox on the Setup screen.
  20. ^^^^^^^^^^^^^^^^
  21. SDK Installation
  22. ^^^^^^^^^^^^^^^^
  23. To install the SDK, type the following into the Command Prompt window::
  24. pip3 install --user cozmo[camera]
  25. Note that the [camera] option adds support for processing images from Cozmo's camera.
  26. """""""""""
  27. SDK Upgrade
  28. """""""""""
  29. To upgrade the SDK from a previous install, enter this command::
  30. pip3 install --user --upgrade cozmo
  31. ^^^^^^^^^^^^^^^^^^^
  32. Mobile Device Setup
  33. ^^^^^^^^^^^^^^^^^^^
  34. * **iOS** devices require `iTunes <http://www.apple.com/itunes/download/>`_ to ensure that the usbmuxd service is installed on your computer. Usbmuxd is required for the computer to communicate with the iOS device over a USB cable. While iTunes needs to be installed, it does not need to be running.
  35. * **Android** devices require installation of :ref:`adb` (adb) in order to run the Cozmo SDK. This is required for the computer to communicate with the Android mobile device over a USB cable and runs automatically when required.
  36. ^^^^^^^^^^^^^^^
  37. Troubleshooting
  38. ^^^^^^^^^^^^^^^
  39. Please see the :ref:`trouble` section of the Initial Setup page for tips, or visit the `Cozmo SDK Forums <https://forums.anki.com/>`_ to ask questions, find solutions, or for general discussion.
  40. ----
  41. `Terms and Conditions <https://www.anki.com/en-us/company/terms-and-conditions>`_ and `Privacy Policy <https://www.anki.com/en-us/company/privacy>`_
  42. `Click here to return to the Anki Developer website. <http://developer.anki.com>`_