Skip to content

Commit

Permalink
:p: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnjack committed Nov 3, 2024
1 parent 387dc7a commit e05cd1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,18 @@ from you the burden of creating and maintaining virtual environments.
```
Usage:
invenv [invenv-flags] -- [VAR=val] python-script.py [flags]
invenv [command]
Examples:
invenv -- somepath/myscript.py
invenv -n -- somepath/myscript.py --version
invenv -r req.txt -- DEBUG=1 somepath/myscript.py
Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
init initialize a virtual environment in the current directory
Flags:
-d, --debug enable debug mode with verbose output
-h, --help help for invenv
Expand All @@ -31,6 +37,7 @@ Flags:
-w, --which print the location of virtual environment folder and exit. If
the virtual environment does not exist, it will be created with
installed requirements
```

### Details
Expand Down

0 comments on commit e05cd1e

Please sign in to comment.