-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Tadeusz Miszczyk edited this page Sep 12, 2023
·
4 revisions
To install Device-Drama you can use pip or pipx:
Installing Device-Drama using pipx (system-wide but only for your user):
sudo apt install pipx
pipx install device-drama
Installing Device-Drama using pip (in virtual environment):
python3 -m venv .venv
source .venv/bin/activate
pip install device-drama
To uninstall Device-Drama use app which you used to install Device-Drama.
pipx uninstall device-drama # Uninstall Device-Drama
source .venv/bin/activate # Source Virtual environment first
pip uninstall device-drama # Uninstall Device-Drama