Open MicaelJarniac opened 2 years ago
I tried installing it from AUR, but it ran into some issues because of Python 3.10, so I ended up installing it with pipx, using Python 3.9 installed from pyenv:
pipx
pyenv
pipx install virtscreen --python $(which python3.9)
I tried installing it from AUR, but it ran into some issues because of Python 3.10, so I ended up installing it with
pipx
, using Python 3.9 installed frompyenv
:pipx install virtscreen --python $(which python3.9)