From 92782f135238ee8368f2ed60074ece758ab870a7 Mon Sep 17 00:00:00 2001 From: saces Date: Wed, 4 Mar 2026 10:54:13 +0100 Subject: [PATCH] update pygomx-module/README.txt --- pygomx-module/README.txt | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/pygomx-module/README.txt b/pygomx-module/README.txt index ca7718a..ab8046d 100644 --- a/pygomx-module/README.txt +++ b/pygomx-module/README.txt @@ -3,16 +3,13 @@ pygomx-module python package with the pygomx binaries -install reqiurements: +install: - pip install -e requirements.txt + pip install [-e] . build wheel: - make - python setup.py bdist_wheel + python3 -m build --wheel -install: - - python setup.py install +see ../README.txt for more