Installation
Compatibility
PyDashboard has been developed and tested only on Linux based systems and is not guaranteed to work on Windows nor macOS due to some modules being heavily dependent on Linux specific programs/commands.
If not already present, install pipx following the official guide. To install pipx on Ubuntu 23.04 or above run:
sudo apt update
sudo apt install pipx
pipx ensurepath
# optional to allow pipx actions with --global argument
sudo pipx ensurepath --global
Then you can install PyDashboard using the command below:
libvirt¶
If you want to use the libvirt module you have to install
libvirt-dev
and then install pydashboard[libvirt]
instead of pydashboard
.
On Ubuntu you can run:
Running¶
Once installed you can run PyDashboard using:
Command line arguments¶
config.yml
¶
Path to the configuration file.
Defaults to $HOME/.config/pydashboard/config.yml
.
--log <path>
¶
Specify log folder, if not specified the log folder will be created
in $HOME/.log/pydashboard
, if an exception occurs will be created
in the same folder where the configuration file is stored.
--debug
¶
Enables debug logging