PyCharm
 
Get PyCharm

Configure a uv environment

Last modified: 24 January 2025

The uv tool makes Python development easier, reducing setup tasks for new projects and helping manage existing ones.

To use uv in PyCharm, you need to install it on your machine and create a specific Python environment.

When you select uv while creating a new Python project, PyCharm automatically generates a pyproject.toml file. This file specifies required packages, scripts, plugins, and URLs. See the pyproject guide to learn more about its structure and format.

For any of the configured Python interpreters (but Docker-based), you can: