Skip to content

Commit

Permalink
Update docs to match new command line options.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlipperPA committed Feb 28, 2023
1 parent eb25085 commit aca3fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ curl -sS https://raw.githubusercontent.com/FlipperPA/pyromania/main/install.sh |
* `pyro`: Lists the venvs currently managed by pyromania.
* `pyro my_venv`: Activate a venv called `my_venv`, or creates it if it doesn't exist.
* `pyro my_venv --delete`: Deletes a venv called `my_venv`.
* `pyro my_venv --venv`: Changes to to the venv's directory.
* `pyro my_venv --packages`: Changes to to the venv's site-packages directory.

## Settings

Expand Down

0 comments on commit aca3fdc

Please sign in to comment.