## 👋 Welcome Supervision is a set of easy-to-use utilities that will come in handy in any computer vision project. **Supervision** is still in pre-release stage 🚧 Keep your eyes open for potential bugs and be aware that at this stage our API is still fluid and may change. ## 💻 How to Install You can install `supervision` with pip in a [**3.10>=Python>=3.7**](https://www.python.org/) environment. !!! example "Pip install method (recommended)" ```bash pip install supervision ``` !!! example "Git clone method (for development)" ```bash git https://github.com/roboflow/supervision.git cd supervision pip install -e '.[dev]' ``` See contributing section to know more about contributing to the project