mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 12:13:15 -06:00
docs: remove redundant phrase
This commit is contained in:
parent
9eba6a303f
commit
f97a617ac9
1 changed files with 0 additions and 12 deletions
12
README.md
12
README.md
|
@ -33,18 +33,6 @@ python3 <(curl -fsSL viv.dayl.in/viv.py) run frogmouth -- gh daylinmorgan/viv
|
|||
```
|
||||
---
|
||||
|
||||
`Viv` is a standalone dependency-free `venv` creator [^1].
|
||||
`Viv` helps you ignore silly things like managing temporary or rarely used virtual environments,
|
||||
while still unleashing the full power of Python scripting with its entire ecosystem at your disposal.
|
||||
|
||||
`Viv`'s uncompromising insistence on portability means that it will always:
|
||||
|
||||
1. only use the standard library
|
||||
2. never exceed a single script.
|
||||
|
||||
For that reason, any usage of the CLI can be accomplished using a remote copy as seen in the below install command.
|
||||
|
||||
|
||||
`Viv` is a standalone dependency-free `venv` creator (just needs python + pip).
|
||||
`Viv` helps you ignore silly things like managing temporary or rarely used virtual environments,
|
||||
while still unleashing the full power of python scripting with it's entire ecosystem at your disposal.
|
||||
|
|
Loading…
Reference in a new issue