mirror of https://github.com/aristocratos/bpytop
Added pip, arch and snap instructions
parent
1b2579ba93
commit
2f3eefe946
37
README.md
37
README.md
|
@ -3,9 +3,10 @@
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
[](https://pypi.org/project/bpytop)
|
||||||
[](https://paypal.me/aristocratos)
|
[](https://paypal.me/aristocratos)
|
||||||
[](https://github.com/sponsors/aristocratos)
|
[](https://github.com/sponsors/aristocratos)
|
||||||
[](https://ko-fi.com/aristocratos)
|
[](https://ko-fi.com/aristocratos)
|
||||||
|
@ -124,9 +125,37 @@ Options menu.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
PyPi packaging for installation with `pip` will be setup later.
|
### PyPi (will always have latest version)
|
||||||
|
|
||||||
If you want to help speed this up, help with setting up proper testing is welcome!
|
> Install python3 and pip
|
||||||
|
``` bash
|
||||||
|
python3 -m pip install bpytop
|
||||||
|
```
|
||||||
|
|
||||||
|
## Arch Linux
|
||||||
|
|
||||||
|
Available in the AUR as `bpytop.git`
|
||||||
|
|
||||||
|
https://aur.archlinux.org/packages/bpytop/
|
||||||
|
|
||||||
|
### Snap package
|
||||||
|
|
||||||
|
>Install the package
|
||||||
|
``` bash
|
||||||
|
sudo snap install bpytop
|
||||||
|
```
|
||||||
|
|
||||||
|
>Give permissions
|
||||||
|
``` bash
|
||||||
|
sudo snap connect bpytop:mount-observe
|
||||||
|
sudo snap connect bpytop:network-control
|
||||||
|
sudo snap connect bpytop:hardware-observe
|
||||||
|
sudo snap connect bpytop:system-observe
|
||||||
|
sudo snap connect bpytop:process-control
|
||||||
|
sudo snap connect bpytop:physical-memory-observe
|
||||||
|
```
|
||||||
|
|
||||||
|
## Manual installation
|
||||||
|
|
||||||
#### Dependencies installation Linux
|
#### Dependencies installation Linux
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue