From f3b5ea0429007835f85f992914d00574b007a474 Mon Sep 17 00:00:00 2001 From: Rob Weber Date: Sat, 17 Aug 2024 10:55:07 -0500 Subject: [PATCH] added tools upgrade command to instructions close #95 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8328587..ca39ad4 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Installing this module installs any required _Python_ library files. Refer to in ``` +pip3 install --upgrade pip setuptools wheel pip3 install git+https://github.com/robweber/omni-epd.git#egg=omni-epd ``` @@ -42,6 +43,7 @@ This will install the abstraction library. The [test utility](#display-testing) git clone https://github.com/robweber/omni-epd.git cd omni-epd +pip3 install --upgrade pip setuptools wheel pip3 install --prefer-binary . ```