From 6dc918c8cafca83e3f0d04ce0257a906cacf75b9 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Thu, 21 Dec 2023 11:07:24 -0600 Subject: [PATCH] Update README.md -> point to using PyPI package instead of GH directly --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5db972..7cc16f8 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ The recommended method for most users is to install **py-lib3mf** with one of th In Linux/MacOS, use the following command: ``` -python3 -m pip install git+https://github.com/jdegenstein/py-lib3mf +python3 -m pip install py-lib3mf ``` In Windows, use the following command: ``` -python -m pip install git+https://github.com/jdegenstein/py-lib3mf +python -m pip install py-lib3mf ``` If you receive errors about conflicting dependencies, you can retry the installation after having upgraded pip to the latest version with the following command: ```