Skip to content

Commit f33e97e

Browse files
committed
Explain why pipx, but allow pip too
As suggested by Lecrapouille and cgestes in your-tools#332, your-tools#366, your-tools#343.
1 parent 44f7efd commit f33e97e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,17 @@ It can be [seen in action on asciinema.org](https://asciinema.org/a/131625).
1919

2020
## Installation
2121

22-
The recommended way to install `tsrc` is to use [pipx](https://pipxproject.github.io/pipx/).
22+
Make sure to have Python **3.7** or later installed.
2323

24-
* Make sure to have Python **3.7** or later installed.
25-
* Install `pipx`
26-
* Run `pipx install tsrc`.
24+
The **recommended** way to install `tsrc` is to use [pipx](https://pipxproject.github.io/pipx/), because it creates an isolated environment for the app:
25+
```shell
26+
pipx install tsrc
27+
```
28+
29+
If you know what you are doing, you can also use plain `pip`:
30+
```shell
31+
pip install tsrc
32+
```
2733

2834
## Usage Example
2935

0 commit comments

Comments
 (0)