@@ -325,6 +325,7 @@ uv 0.8.11
325325` omnipkg` works out of the box with ** automatic SQLite fallback** when Redis isn' t available. Redis is optional for enhanced performance.
326326
327327Ready to end dependency hell?
328+
328329```bash
329330uv pip install omnipkg && omnipkg demo
330331```
@@ -466,6 +467,7 @@ This means omnipkg runs on **any** architecture where Python is available:
466467<a href="https://github.com/astral-sh/uv">
467468<img src="https://img.shields.io/badge/uv-install-blueviolet?logo=uv&logoColor=white" alt="uv Install">
468469</a>
470+
469471```bash
470472uv pip install omnipkg
471473```
@@ -475,6 +477,7 @@ uv pip install omnipkg
475477<a href="https://pypi.org/project/omnipkg/">
476478<img src="https://img.shields.io/pypi/v/omnipkg?color=blue&logo=pypi" alt="PyPI">
477479</a>
480+
478481```bash
479482pip install omnipkg
480483```
@@ -484,6 +487,7 @@ pip install omnipkg
484487<a href="https://anaconda.org/conda-forge/omnipkg">
485488<img src="https://anaconda.org/conda-forge/omnipkg/badges/platforms.svg" alt="Platforms / Noarch">
486489</a>
490+
487491```bash
488492conda install -c conda-forge omnipkg
489493```
@@ -493,11 +497,13 @@ conda install -c conda-forge omnipkg
493497<a href="https://hub.docker.com/r/1minds3t/omnipkg">
494498<img src="https://img.shields.io/docker/pulls/1minds3t/omnipkg?logo=docker" alt="Docker Pulls">
495499</a>
500+
496501```bash
497502docker pull 1minds3t/omnipkg:latest
498503```
499504
500505#### 🍺 Homebrew
506+
501507```bash
502508brew tap 1minds3t/omnipkg
503509brew install omnipkg
@@ -528,6 +534,7 @@ pip3 install --index-url=https://www.piwheels.org/simple/ omnipkg
528534<!-- PIWHEELS_STATS_END -->
529535
530536#### 🌱 GitHub
537+
531538```bash
532539git clone https://github.com/1minds3t/omnipkg.git
533540cd omnipkg
@@ -537,6 +544,7 @@ pip install -e .
537544---
538545
539546### Instant Demo
547+
540548```bash
541549omnipkg demo
542550```
0 commit comments