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
|
|
@ -20,12 +20,15 @@ Ultralytics provides various installation methods including pip, conda, and Dock
|
|||
</p>
|
||||
|
||||
!!! Example "Install"
|
||||
|
||||
<p align="left" style="margin-bottom: -20px;"><p>
|
||||
|
||||
=== "Pip install (recommended)"
|
||||
|
||||
Install the `ultralytics` package using pip, or update an existing installation by running `pip install -U ultralytics`. Visit the Python Package Index (PyPI) for more details on the `ultralytics` package: [https://pypi.org/project/ultralytics/](https://pypi.org/project/ultralytics/).
|
||||
|
||||
[](https://badge.fury.io/py/ultralytics) [](https://pepy.tech/project/ultralytics)
|
||||
[](https://pypi.org/project/ultralytics/)
|
||||
[](https://pepy.tech/project/ultralytics)
|
||||
|
||||
```bash
|
||||
# Install the ultralytics package from PyPI
|
||||
|
|
@ -43,8 +46,10 @@ Ultralytics provides various installation methods including pip, conda, and Dock
|
|||
|
||||
Conda is an alternative package manager to pip which may also be used for installation. Visit Anaconda for more details at [https://anaconda.org/conda-forge/ultralytics](https://anaconda.org/conda-forge/ultralytics). Ultralytics feedstock repository for updating the conda package is at [https://github.com/conda-forge/ultralytics-feedstock/](https://github.com/conda-forge/ultralytics-feedstock/).
|
||||
|
||||
|
||||
[](https://anaconda.org/conda-forge/ultralytics) [](https://anaconda.org/conda-forge/ultralytics) [](https://anaconda.org/conda-forge/ultralytics) [](https://anaconda.org/conda-forge/ultralytics)
|
||||
[](https://anaconda.org/conda-forge/ultralytics)
|
||||
[](https://anaconda.org/conda-forge/ultralytics)
|
||||
[](https://anaconda.org/conda-forge/ultralytics)
|
||||
[](https://anaconda.org/conda-forge/ultralytics)
|
||||
|
||||
```bash
|
||||
# Install the ultralytics package using conda
|
||||
|
|
@ -76,7 +81,12 @@ Ultralytics provides various installation methods including pip, conda, and Dock
|
|||
```
|
||||
|
||||
=== "Git clone"
|
||||
|
||||
Clone the `ultralytics` repository if you are interested in contributing to the development or wish to experiment with the latest source code. After cloning, navigate into the directory and install the package in editable mode `-e` using pip.
|
||||
|
||||
[](https://github.com/ultralytics/ultralytics)
|
||||
[](https://github.com/ultralytics/ultralytics)
|
||||
|
||||
```bash
|
||||
# Clone the ultralytics repository
|
||||
git clone https://github.com/ultralytics/ultralytics
|
||||
|
|
@ -92,7 +102,8 @@ Ultralytics provides various installation methods including pip, conda, and Dock
|
|||
|
||||
Utilize Docker to effortlessly execute the `ultralytics` package in an isolated container, ensuring consistent and smooth performance across various environments. By choosing one of the official `ultralytics` images from [Docker Hub](https://hub.docker.com/r/ultralytics/ultralytics), you not only avoid the complexity of local installation but also benefit from access to a verified working environment. Ultralytics offers 5 main supported Docker images, each designed to provide high compatibility and efficiency for different platforms and use cases:
|
||||
|
||||
<a href="https://hub.docker.com/r/ultralytics/ultralytics"><img src="https://img.shields.io/docker/pulls/ultralytics/ultralytics?logo=docker" alt="Docker Pulls"></a>
|
||||
[](https://hub.docker.com/r/ultralytics/ultralytics)
|
||||
[](https://hub.docker.com/r/ultralytics/ultralytics)
|
||||
|
||||
- **Dockerfile:** GPU image recommended for training.
|
||||
- **Dockerfile-arm64:** Optimized for ARM64 architecture, allowing deployment on devices like Raspberry Pi and other ARM64-based platforms.
|
||||
|
|
@ -128,7 +139,7 @@ Ultralytics provides various installation methods including pip, conda, and Dock
|
|||
|
||||
For advanced Docker usage, feel free to explore the [Ultralytics Docker Guide](./guides/docker-quickstart.md).
|
||||
|
||||
See the `ultralytics` [requirements.txt](https://github.com/ultralytics/ultralytics/blob/main/pyproject.toml) file for a list of dependencies. Note that all examples above install all required dependencies.
|
||||
See the `ultralytics` [pyproject.toml](https://github.com/ultralytics/ultralytics/blob/main/pyproject.toml) file for a list of dependencies. Note that all examples above install all required dependencies.
|
||||
|
||||
!!! Tip "Tip"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue