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
THENthe recommended instructions should be to install gsb via pipx
SO that he doesn't have to worry about managing virtual environments
Notes
Note that gsb requires Python 3.11 or newer, and a lot (most?) systems still ship with Python 3.10 or older. A quick audit of my Linux boxes has the system Python as:
Ubuntu 22.04: Python 3.10.12
elementary OS 7.1: Python 3.10.12 (makes sense--it's based on 22.04)
GIVEN Steve wants to install
gsb
on his systemWHEN he goes to the installation instructions page
THEN the recommended instructions should be to install
gsb
viapipx
SO that he doesn't have to worry about managing virtual environments
Notes
Note that
gsb
requires Python 3.11 or newer, and a lot (most?) systems still ship with Python 3.10 or older. A quick audit of my Linux boxes has the system Python as:(with my Arch machines waiting for a non-AUR 3.12 package)
So with that specified, the installation guide should be structured as a flowchart:
python3 -V
pipx
conda
brew
,conda
or whateverThe text was updated successfully, but these errors were encountered: