mirror of
https://github.com/HorlogeSkynet/archey4
synced 2025-04-10 12:00:19 +02:00
[DOC] s/with PIP/from PyPI/
This commit is contained in:
parent
9b274a31d7
commit
3763fd2f35
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -19,7 +19,7 @@ If applicable, add screenshots to help explain your problem.
|
||||
**Environment**
|
||||
Please complete the following information.
|
||||
- Version used (4.Y.Z) :
|
||||
- Method of installation (distribution package, PIP, sources) :
|
||||
- Method of installation (distribution package, PyPI, sources) :
|
||||
- Hardware type (laptop, server, Raspberry, hyper-visor) :
|
||||
- Python version (3.Y.Z) :
|
||||
- Operating system and version :
|
||||
|
@ -56,7 +56,7 @@ The answer is [here](https://blog.samuel.domains/archey4).
|
||||
|
||||
### :warning: Various notes to read before going down :warning:
|
||||
|
||||
* **Note to Debian Jessie users : As `python3-distro` module is not available in your repositories, you should opt for an [installation from PIP](#install-with-pip).**
|
||||
* **Note to Debian Jessie (8) users : As [`python3-distro`](https://tracker.debian.org/pkg/python-distro) is not available in your repositories, you should opt for an [installation from PyPI](#install-from-pypi).**
|
||||
|
||||
* **`virt-what` call will be skipped if `systemd` tools are available on your system.**
|
||||
|
||||
@ -71,7 +71,7 @@ Now, it's time to use your favorite package manager. Some examples :
|
||||
* Debian-based distributions : `apt install ./archey4_v4.Y.Z-R-all.deb`
|
||||
* RPM-based distributions : `dnf install ./archey4-4.Y.Z-R.noarch.rpm`
|
||||
|
||||
### Install with PIP
|
||||
### Install from PyPI
|
||||
|
||||
```shell
|
||||
$ sudo pip3 install archey4
|
||||
|
Loading…
x
Reference in New Issue
Block a user