Skip to content

Commit

Permalink
docs(readme): remove pip install --user command
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dbohdan committed Jan 12, 2025
1 parent c68a6ae commit 4c21d78
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4c21d78

Please sign in to comment.