You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/runtime_switching.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,3 @@
1
-
2
-
---
3
-
4
-
### `docs/runtime_switching.md`
5
-
6
-
```markdown
7
1
# Runtime Version Switching with omnipkgLoader
8
2
9
3
One of `omnipkg`'s most revolutionary features is the ability to dynamically switch between different package versions *within the same Python script or process*, without requiring separate virtual environments, Docker containers, or process restarts. This is achieved using the `omnipkgLoader` context manager.
0 commit comments