NeuroTechX / bci-workshop

Material for the BCI Workshop held at District 3 in May 2015 by BCI Montréal.
Other
88 stars 55 forks source link

Add git to installation requirements #15

Open jdpigeon opened 6 years ago

jdpigeon commented 6 years ago

git is necessary to install pygatt

micuat commented 6 years ago

we can probably use setup.py to avoid git http://python-packaging.readthedocs.io/en/latest/dependencies.html#packages-not-on-pypi

hubertjb commented 6 years ago

Good point, people could just download a zip archive from https://github.com/peplin/pygatt and then use pip install . from inside the pygatt directory.

micuat commented 6 years ago

pointer to the section of the instruction to be revised: https://github.com/NeuroTechX/bci-workshop/blob/master/INSTRUCTIONS.md#installation-of-additional-python-packages