From 91a435f6b8e0fbd39d87b6c078d791de1e70452b Mon Sep 17 00:00:00 2001 From: mateusz_pikus Date: Wed, 4 Sep 2024 13:57:30 +0200 Subject: [PATCH] readme add note about setup.py --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 265ed932..3b010458 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,9 @@ Requires Python 3.6+ installed on the device. - On MacOS/Linux: `source venv/bin/activate`. - On Windows: `venv\Scripts\activate.bat`. 4. Upgrade `pip` with `pip install --upgrade pip`. -5. Install the package requirements with `pip install -r requirements.txt`. +5. Use one of these: + - Install the package requirements with `pip install -r requirements.txt`. + - Install the whole package and its requirements with `python setup.py install`. ### Installing the previous release > Currently, this `pip` version is outdated. We recommend installing the development version.