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: ```