Installation
Contents
Installation#
The package can be installed from the Python Package Index (PyPI) via the command line:
pip install eeg-ride
Alternatively, to install the latest development version directly from GitHub:
pip install git+https://github.com/kirstenstark/eeg-ride.git
The package requires Python 3 and a number of dependency packages, which will get installed automatically when running the commands above.
What next?#
To jump right into how to use the package, see Quickstart.
If you have questions or need help with using the package, please create an issue on GitHub.