I tried following the instructions from
https://docs.applio.org/getting-started/installation/#tab-panel-10
Its not working. I got this feedback from my terminal
(deck@steamdeck ~)$ sudo pacman -S python-virtualenv --noconfirm
python3.10 -m venv .venv
source .venv/bin/activate
[sudo] password for deck:
warning: python-virtualenv-20.28.0-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) python-virtualenv-20.28.0-1
Total Installed Size: 5.19 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring [#######################################################] 100%
(1/1) checking package integrity [#######################################################] 100%
(1/1) loading package files [#######################################################] 100%
(1/1) checking for file conflicts [#######################################################] 100%
(1/1) checking available disk space [#######################################################] 100%
:: Processing package changes...
(1/1) reinstalling python-virtualenv [#######################################################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
bash: python3.10: command not found
bash: .venv/bin/activate: No such file or directory
(1)(deck@steamdeck ~)$

