From 4c21d78db568cfa95eb6da2c3905ba7b6065a2ed Mon Sep 17 00:00:00 2001 From: "D. Bohdan" Date: Sun, 12 Jan 2025 21:33:06 +0000 Subject: [PATCH] docs(readme): remove `pip install --user` command It is best to not suggest it even with a warning. There is less justification for it compared to 2018 when I added the command. The user should really have pipx or uv. --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 957d727..bb4626d 100644 --- a/README.md +++ b/README.md @@ -121,13 +121,6 @@ It will cache the downloaded version for up to 14 days. Remarshal will not be automatically upgraded during this period. You can use `uvx remarshal [arg ...]` the same way. -You can install Remarshal for the current user with pip. -This isn't recommended because of the potential dependency version conflicts between Remarshal and other packages. - -```sh -python3 -m pip install --user remarshal -``` - It is also possible to install the current development version of Remarshal. Prefer releases unless you have a reason to run a development version.