Skip to content

Commit fc961bb

Browse files
authored
Update README.md
1 parent f30d92c commit fc961bb

1 file changed

Lines changed: 2 additions & 29 deletions

File tree

README.md

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# omnipkg - The Intelligent Python Package Manager
2-
> One environment. Infinite versions. Zero conflicts.
2+
> One environment. Infinite packages/versions. Zero conflicts or downgrades ever again.
33
44
<p align="center">
55
<a href="https://pypi.org/project/omnipkg/">
@@ -15,41 +15,14 @@
1515

1616
---
1717

18-
omnipkg lets you install any version of any package — no breakage, no downgrades, no workarounds, or needing Conda, Docker, or `pipx`. **Dependency hell? Eliminated.**
18+
omnipkg lets you install, use, and runtime swap any version of any package in one environment — no forced downgrades, no unresolvables, and no more juggling multiple venvs/containers anymore. **Dependency hell? Solved.**
1919

2020
## Installation & Quick Start
2121

2222
```bash
2323
pip install omnipkg
2424
```
2525

26-
See the magic in action. This command runs a fully automated demo showcasing downgrade protection and version isolation:
27-
28-
```bash
29-
omnipkg demo
30-
```
31-
32-
---
33-
34-
### 🔬 Demo Output: See omnipkg in Action
35-
```
36-
# The demo first shows what happens with standard pip...
37-
💀 pip install flask-login==0.4.1
38-
...
39-
💥 PIP RESULT:
40-
❌ Uninstalled flask-login 0.6.3
41-
❌ Downgraded Flask and Werkzeug
42-
❌ Environment compromised
43-
44-
# Then, omnipkg's solution...
45-
🧠 omnipkg install flask-login==0.4.1
46-
🫧 Creating protective bubble for v0.4.1...
47-
✅ Installation successful!
48-
🎯 Both versions coexist peacefully!
49-
```
50-
51-
---
52-
5326
### 🔥 Nuclear Stress Test: Can Your Package Manager Survive This
5427
Witness omnipkg handling complex scenarios with the built-in stress test. This real-world example demonstrates seamless activation of incompatible C-extension libraries:
5528

0 commit comments

Comments
 (0)