Skip to content

Commit d30b51b

Browse files
authored
Simplified installation instructions
Replaced the instructions for downloading and installing the Wheel file with a more simple and straightforward version, relying on pip to directly download and install from Git(Hub). This modification was proposed in #10 .
1 parent 1629f91 commit d30b51b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ tool to manage these preferences ; this software works on every Window Manager
2424

2525
## Getting started
2626

27-
Download the Wheel (.whl) file in the [releases] section and install it using
28-
`pip install XDG_Prefs-<version>-py3-none-any.whl` (replace `<version>` with
29-
the number of the version you downloaded, such as `0.1`:
30-
`XDG_Prefs-0.1-py3-none-any.whl`).
27+
You may install *XDG-Prefs* by using `pip install git+https://github.com/rchaput/xdg-prefs`
28+
(or `pip install --user git+https://github.com/rchaput/xdg-prefs` if you prefer
29+
installing for the current user only).
3130
Please note that you must use Python3.6 or later (you might need to replace
3231
`pip` with `pip3` on some distributions, such as Debian).
3332

0 commit comments

Comments
 (0)