Skip to content

Commit 475f9eb

Browse files
authored
feat(README): change README
1 parent 6a19f4b commit 475f9eb

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A powerful CLI tool for managing Python virtual environments with ease.
44

5+
![example_cli](https://github.com/jacopobonomi/venv_manager/blob/main/terminal_example.gif)
6+
57
## Features ✨
68

79
- Create and manage environments
@@ -12,6 +14,15 @@ A powerful CLI tool for managing Python virtual environments with ease.
1214
- Clean cache and temporary files
1315
- Smart environment activation
1416

17+
| Feature | venv-manager | virtualenv | pyenv-virtualenv | Poetry | Pipenv |
18+
|---------|-------------|------------|-----------------|--------|--------|
19+
| **Create and manage environments** ||||||
20+
| **List all environments** ||||||
21+
| **Install packages and track dependencies** ||||||
22+
| **Clone environments** ||||||
23+
| **Upgrade packages globally or per environment** ||||||
24+
| **Clean cache and temporary files** ||||||
25+
1526
## One command install 🚀
1627
```bash
1728
curl -sSL https://raw.githubusercontent.com/jacopobonomi/venv_manager/main/install.sh | bash
@@ -84,4 +95,4 @@ MIT License - See LICENSE file
8495

8596
## Author ✍️
8697

87-
[Jacopo Bonomi](https://github.com/jacopobonomi)
98+
[Jacopo Bonomi](https://github.com/jacopobonomi)

0 commit comments

Comments
 (0)