Skip to content

Commit

Permalink
Merge pull request #47 from DavidAwad/patch-1
Browse files Browse the repository at this point in the history
Small Documentation changes
  • Loading branch information
NiklasRosenstein authored Feb 2, 2017
2 parents 0537043 + 8d09753 commit d80f650
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ can only be used on these two platforms.

1. Install ``myo-python`` via Pip: ``pip install myo-python``
2. Download the `Myo SDK <https://developer.thalmic.com/downloads>`_
3. Make sure the library can find the Myo shared library by setting
``PATH`` on Windows or ``DYLD_LIBRARY_PATH`` on Mac
3. Make sure the library can find the Myo SDK.
- ``PATH`` on Windows
- ``DYLD_LIBRARY_PATH`` on Mac. You can add something like this to your `~/.bashrc`, `export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/Developer/myo_sdk/myo.framework`

.. note:: You can also pass the path to the shared library to :func:`myo.init`.

Expand Down

0 comments on commit d80f650

Please sign in to comment.