- Change installation instructions to use `pipx` PyPI name - Add `ensurepath` command
0.11.0.2
- add version argument parsing back in (fixes regression)
0.11.0.1
- add version check, command check, fix printed version update installation instructions
0.11.0.0
- Replace `pipx BINARY` with `pipx run BINARY` to run a binary in an ephemeral environment. This is a breaking API change so the major version has been incremented. (Issue 69) - upgrade pip when upgrading packages (Issue 72) - support --system-site-packages flag (Issue 64)