Skip to content

Commit

Permalink
Fix params in the install call.
Browse files Browse the repository at this point in the history
The command did not work in that form - we need to skip the -r
switch for the dot in the end to make sense.
  • Loading branch information
kocielnik committed Aug 20, 2024
1 parent 0fe6805 commit 61fddd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down

0 comments on commit 61fddd3

Please sign in to comment.