Getting Started • Usage • Examples • Contributing
Instant Python replaces extensive manual setup with a simple command to get started quickly. Its motivation is to emulate
commands like `ng new` or `create-react-app`, but for Python projects.
Why use Instant Python? Generating your Python project with Instant Python lets you:
|
This section provides a high-level overview of the instant-python
library, its features, and how to get started.
For detailed instructions and examples, please refer to the full Instant Python documentation.
- Join a discussion 💬 on GitHub Discussions
- Raise an issue on GitHub
The latest version of instant-python
can be installed from PyPI:
pip install instant-python
Tip
We highly recommend using a virtual environment to avoid conflicts with other Python packages.
Instant Python tries to support the latest Python versions, we officially support from Python 3.10 to 3.13. Older versions of Python may work, but they are not guaranteed to be compatible.
We welcome contributions to instant-python
! If you have ideas, suggestions, or improvements, please check out our
contributing guide for details on how to get involved.