From 21c9fea30c1c06cc141a5edc894377050844e9ef Mon Sep 17 00:00:00 2001 From: Frederik Lizak Johansen <43652292+FrederikLizakJohansen@users.noreply.github.com> Date: Wed, 13 Dec 2023 11:24:16 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 251505b..d8d1539 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,7 @@ git clone https://github.com/FrederikLizakJohansen/DebyeCalculator.git Run the following command to install the __DebyeCalculator__ package. (**Requires**: Python >=3.7, <3.12) ``` -pip install . -or -python setup.py install +python -m pip install . ``` # Usage