Skip to content

Commit

Permalink
+ clone repo w/ experiment code
Browse files Browse the repository at this point in the history
  • Loading branch information
sirexeclp committed Feb 29, 2020
1 parent bf35b4e commit b692de7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup-pi.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
sudo apt-get update
sudo apt-get install -y python3-pip libatlas-base-dev
sudo apt-get install -y python3-pip libatlas-base-dev git
sudo pip3 install muselsl
wget https://github.com/sirexeclp/muse-lsl/releases/download/1/liblsl32.so
sudo cp liblsl32.so /usr/local/lib/python3.7/dist-packages/pylsl/liblsl32.so
git clone https://github.com/sirexeclp/muse-lsl.git
cd muse-lsl && git checkout feature/experiment

0 comments on commit b692de7

Please sign in to comment.