Skip to content

Commit

Permalink
updated README.md about Windows dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Oct 8, 2015
1 parent 67e2c2a commit 50965e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ Check the [examples](examples/) directory for more.
> set PATH=%PATH%;.\myo-sdk-win-0.9.0\bin
> python myo-python\examples\hello_myo.py

Or, after you've installed myo-python to the virtual environment, use
a bash script to activate the development environment.

@echo off
SET PATH=%PATH%;%~dp0myo-sdk-win-0.9.0\bin
CALL env\Scripts\activate

### Windows (Cygwin)

$ git clone [email protected]:NiklasRosenstein/myo-python.git
Expand Down

0 comments on commit 50965e6

Please sign in to comment.