- [x] Be able to specify your dependencies
- [x] [Library](https://packaging.python.org/en/latest/specifications/pyproject-toml/#dependencies-optional-dependencies)
- [x] [Script](https://packaging.python.org/en/latest/specifications/inline-script-metadata/)
- [x] [App](https://packaging.python.org/en/latest/specifications/pylock-toml/)
- [ ] Relocatable, [prebuilt binaries](https://github.com/python/prebuilt-cpython/)
- [ ] [[Python Launcher for Unix]] acting as an installer on all platforms
- [ ] [[Python Launcher for Unix]] simplifies running code
- [ ] [[Python Launcher for Unix#`py venv`| Launcher creates virtual environments easily]] ([[Virtual environment location]])
- [ ] Make sure the [[Python Launcher for Unix#`py ready`|virtual environment matches the recorded dependencies]]
- [ ] [[Python Launcher for Unix#`py run`|"Run" command]]
- [ ] [[Python Launcher for Unix#`py tool`|Install/run tools]]