Installation
Requirements
- Python 3.12 or higher
With uv (Recommended)
uv is the recommended way to install env-grep as a global CLI tool:
This installs env-grep in an isolated environment managed by uv, making both env-grep and evg available system-wide without touching your project's dependencies.
With pip
Install inside a virtual environment:
Warning
Avoid installing into your system Python directly. Always activate a virtual environment first.