Skip to content

Commit

Permalink
Simplified installation instructions
Browse files Browse the repository at this point in the history
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 .
  • Loading branch information
rchaput authored Nov 13, 2022
1 parent 1629f91 commit d30b51b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ tool to manage these preferences ; this software works on every Window Manager

## Getting started

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

Expand Down

0 comments on commit d30b51b

Please sign in to comment.