From e0b947305603693d818104df326d443c1053b221 Mon Sep 17 00:00:00 2001 From: Michael Polyntsov <71596237+polyntsov@users.noreply.github.com> Date: Fri, 8 Dec 2023 21:59:12 +0300 Subject: [PATCH] Update README.md Co-authored-by: BUYT-1 <59949541+BUYT-1@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b6df2c69d..f7c8345546 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ source venv/bin/activate python3 -m pip install . ``` -Now it is possible to `import desbordante` as a module from within created virtual environment. The CLI for Desbordante can be ran using the following commands: +Now it is possible to `import desbordante` as a module from within the created virtual environment. The CLI for Desbordante can be run using the following commands: ```sh pip install -r cli/requirements.txt python3 cli/cli.py --help