diff --git a/README.md b/README.md index 75486f9..d2b2c05 100644 --- a/README.md +++ b/README.md @@ -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.