From 20ee44b24a97d8366bf6e435c9d449320d997f53 Mon Sep 17 00:00:00 2001 From: Kirill Markin Date: Sat, 8 Jun 2024 12:05:31 +0200 Subject: [PATCH] cleanup --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0d9be5..72e15a1 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,14 @@ To install `repo-to-text` locally for development, follow these steps: pip install -e . ``` +### Installing Dependencies + +To install all the required dependencies, run the following command: + +```bash +pip install -r requirements.txt +``` + ## Usage After installation, you can use the `repo-to-text` command in your terminal. Navigate to the directory you want to convert and run: @@ -78,7 +86,7 @@ pytest Make sure you have `pytest` installed. If not, you can install it using: ```bash -pip install pytest +pip install -r requirements.txt ``` ## Uninstall Locally