You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,17 @@ It can be [seen in action on asciinema.org](https://asciinema.org/a/131625).
19
19
20
20
## Installation
21
21
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.
23
23
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`:
0 commit comments