You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The step of the installation instructions where install.sh is run may not work for some Linux distros (so far, this has occurred on Manjaro). A fix is below:
1: Install pipx using the official instructions.
2: Install python-blessed through your distro's package manager (for example, if using pacman, check here).
3: Run the command pipx install -e . (making sure you are in the cloned cations repository).
If you are experiencing this same issue and the above instructions do not work, please open a new issue and link this one in the issue description.
The text was updated successfully, but these errors were encountered:
The step of the installation instructions where install.sh is run may not work for some Linux distros (so far, this has occurred on Manjaro). A fix is below:
1: Install pipx using the official instructions.
2: Install python-blessed through your distro's package manager (for example, if using pacman, check here).
3: Run the command
pipx install -e .
(making sure you are in the clonedcations
repository).If you are experiencing this same issue and the above instructions do not work, please open a new issue and link this one in the issue description.
The text was updated successfully, but these errors were encountered: