diff --git a/README.md b/README.md index f9ebecc..b776876 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,12 @@ Once the liblsl library has been downloaded ```pip install pybci-package``` shou (currently using pybci-package due to pybci having name too similar with another package on pypi, [issue here.](https://github.com/pypi/support/issues/2840)) +There has been issues raised with Linux successfully running all pytests and examples, there is a dockerfile included in the root repository outlining what should be a successful build of ubuntu 22:04. + [ReadTheDocs available here!](https://pybci.readthedocs.io/en/latest/) [Examples found here!](https://github.com/LMBooth/pybci/tree/main/pybci/Examples) [Examples of supported LSL hardware here!](https://labstreaminglayer.readthedocs.io/info/supported_devices.html) -There has been issues raised with Linux successfully running all pytests and examples, there is a dockerfile included in the root repository outlining what should be a successful build of ubuntu 22:04. - ## Dockerfile There is an Ubuntu 22.04 setup found in the [Dockerfile](https://github.com/LMBooth/pybci/blob/main/Dockerfile) in the root of the directory which can be used in conjunction with [docker](https://docs.docker.com/desktop/).