From 593ba4e072325e24345ecc9a1d3676d077e979c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6gstr=C3=B6m?= Date: Fri, 16 Dec 2022 15:18:40 +0100 Subject: [PATCH] Updated readme (#85) with improvements for the instructions for basic installation on windows --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bc96a99..98a3fc7 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ To run examples or tests you need some extra dependencies which are installed by `pip install '.[test, examples, example-app]'` +on windows: +`pip install ".[test, examples, example-app]"` + + ## Documentation The library documentation can be found [here](https://tobiipro.github.io/g3pylib/) and there is also a developer guide for the glasses API in PDF format which can be downloaded [here](https://www.tobiipro.com/product-listing/tobii-pro-glasses3-api/#ResourcesSpecifications).