Skip to content

Commit 4c21d78

Browse files
committed
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.
1 parent c68a6ae commit 4c21d78

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,6 @@ It will cache the downloaded version for up to 14 days.
121121
Remarshal will not be automatically upgraded during this period.
122122
You can use `uvx remarshal [arg ...]` the same way.
123123

124-
You can install Remarshal for the current user with pip.
125-
This isn't recommended because of the potential dependency version conflicts between Remarshal and other packages.
126-
127-
```sh
128-
python3 -m pip install --user remarshal
129-
```
130-
131124
It is also possible to install the current development version of Remarshal.
132125
Prefer releases unless you have a reason to run a development version.
133126

0 commit comments

Comments
 (0)