Add PyPI and conda-forge badges (#13021)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
1f438bf633
commit
2e65e6fcb3
6 changed files with 40 additions and 15 deletions
|
|
@ -53,7 +53,7 @@ See below for a quickstart installation and usage example, and see the [YOLOv8 D
|
|||
|
||||
Pip install the ultralytics package including all [requirements](https://github.com/ultralytics/ultralytics/blob/main/pyproject.toml) in a [**Python>=3.8**](https://www.python.org/) environment with [**PyTorch>=1.8**](https://pytorch.org/get-started/locally/).
|
||||
|
||||
[](https://badge.fury.io/py/ultralytics) [](https://pepy.tech/project/ultralytics)
|
||||
[](https://pypi.org/project/ultralytics/) [](https://pepy.tech/project/ultralytics) [](https://pypi.org/project/ultralytics/)
|
||||
|
||||
```bash
|
||||
pip install ultralytics
|
||||
|
|
@ -61,6 +61,8 @@ pip install ultralytics
|
|||
|
||||
For alternative installation methods including [Conda](https://anaconda.org/conda-forge/ultralytics), [Docker](https://hub.docker.com/r/ultralytics/ultralytics), and Git, please refer to the [Quickstart Guide](https://docs.ultralytics.com/quickstart).
|
||||
|
||||
[](https://anaconda.org/conda-forge/ultralytics) [](https://hub.docker.com/r/ultralytics/ultralytics)
|
||||
|
||||
</details>
|
||||
|
||||
<details open>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue