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
Require python 3.6+, simplified bootstrap (giving up on pex)
Major changes:
NOT using pex any more (unfortunately there's always an issue with dependencies when using pex,
like for example: click having different requirements depending on python version)
New bootstrap script get-pickley
pickley does not try and "bootstrap itself" anymore (used to re-install itself as a venv, from pex)
Upgrade pickley automatically as well when installing bundles