Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBooth authored Sep 13, 2023
1 parent f90d761 commit 8a943cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ All the [examples](https://github.com/LMBooth/pybci/tree/main/pybci/Examples) f
# Installation
For stable releases use: ```pip install install-pybci```

For unstable dev installations and up-to-date git pushes use: ```pip install --index-url https://test.pypi.org/simple/ install-pybci``` or ```pip install git+https://github.com/LMBooth/pybci.git```
For unstable dev installations and up-to-date git pushes use: ```pip install git+https://github.com/LMBooth/pybci.git``` or ```git clone https://github.com/LMBooth/pybci.git
cd pybci
pip install -e .```

## Prerequisite for Non-Windows Users
If you are not using windows then there is a prerequisite stipulated on the [pylsl repository](https://github.com/labstreaminglayer/pylsl) to obtain a liblsl shared library. See the [liblsl repo documentation](https://github.com/sccn/liblsl) for more information.
Expand Down

0 comments on commit 8a943cc

Please sign in to comment.