From aca3fdcb96e2eb2a866d2096a3d06babcd5beee6 Mon Sep 17 00:00:00 2001 From: "Allen, Timothy" Date: Tue, 28 Feb 2023 14:23:13 -0500 Subject: [PATCH] Update docs to match new command line options. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39dac67..128d151 100644 --- a/README.md +++ b/README.md @@ -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