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
pipx is a super useful way to install scripts into their own virtualenv. At the moment, it can make a good attempt at installing altimeter but doesn't set up the main scripts as these are defined as scripts in setup.py rather than console_scripts.
My suggestion is that that the scripts be converted to console_scripts to allow pipx to install them. (I appreciate I might be missing some of the reasons why this isn't possible.)
The text was updated successfully, but these errors were encountered:
pipx
is a super useful way to install scripts into their own virtualenv. At the moment, it can make a good attempt at installing altimeter but doesn't set up the main scripts as these are defined asscripts
insetup.py
rather thanconsole_scripts
.My suggestion is that that the scripts be converted to
console_scripts
to allowpipx
to install them. (I appreciate I might be missing some of the reasons why this isn't possible.)The text was updated successfully, but these errors were encountered: