========== Installing ========== Basic installation ================== The recommended way to get Invoke is to **install the latest stable release** via `pip `_ or `uv `_, eg:: $ pip install invoke As long as you have a supported Python interpreter (defined in the repository's `pyproject.toml `_ and reflected on our `PyPI page `_), **there are no other dependencies**. Invoke is pure-Python, and contains copies of its few dependencies within its source tree. .. note:: See `this blog post `_ for background on our decision to vendorize dependencies. .. seealso:: :doc:`development` for details on source control checkouts / unstable versions.