From e73e393695ecf761844640474f9c7909018a0e3d Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Mon, 10 Jul 2023 16:12:00 +0100 Subject: [PATCH] docs: pip installation instructions changed. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e686e51..84eb37dd 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ ## Installation Install the most recent release using pip and [pypi](https://pypi.org/project/pyerrors/): ```bash -pip install pyerrors # Fresh install -pip install -U pyerrors # Update +python -m pip install pyerrors # Fresh install +python -m pip install -U pyerrors # Update ``` Install the most recent release using conda and [conda-forge](https://anaconda.org/conda-forge/pyerrors): ```bash