From 61fddd3106b6375924f4c542e7182d3cdc4e5a71 Mon Sep 17 00:00:00 2001 From: Patryk Kocielnik Date: Tue, 20 Aug 2024 19:54:12 +0000 Subject: [PATCH] Fix params in the install call. The command did not work in that form - we need to skip the -r switch for the dot in the end to make sense. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ad1afe..6345ac8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This repository contains a script to iteratively issue a bulk fetch and populate 2. Install python3, if you haven't already. 3. Run the following command to install the dependencies: ``` -python3 -m pip install -r . +python3 -m pip install . ``` 4. Run the `main.py` with: ```