Skip to content

Instantly share code, notes, and snippets.

@elsehow
Created April 27, 2015 06:28
Show Gist options
  • Save elsehow/dd177243c2fc01ceb4b4 to your computer and use it in GitHub Desktop.
Save elsehow/dd177243c2fc01ceb4b4 to your computer and use it in GitHub Desktop.
git clone https://github.com/indra-net/indra-client.git ~/mindwave-client
cd ~/mindwave-client
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
echo "$DIR/venv/bin/python $DIR/server/local-server.py" > indra
chmod +x indra
sudo mv indra /bin/
pip install virtualenv
virtualenv venv
venv/bin/pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment