Fix requirements command in README
authorBenoît Fontaine <benoitfontaine.ba@gmail.com>
Mon, 14 Dec 2020 19:52:02 +0000 (20:52 +0100)
committerBenoît Fontaine <benoitfontaine.ba@gmail.com>
Mon, 14 Dec 2020 19:52:02 +0000 (20:52 +0100)
.gitignore
README.md

index 0ba9ab0d6e17ddb4367f5acb8106da1df0b0a31f..113d0d51f66f5496baf56f63edee59674650d9c1 100644 (file)
@@ -4,3 +4,4 @@
 *.settings
 .vscode/
 scratchpad.py
+/venv/
index 5e01d837676e3a07081dc29a47769cc00df75f22..c95f003421ddb60ae07d6e8f2c78b08fdde0e659 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ The project is maintained at https://github.com/Linekio/getmyancestors. Visit he
 
 This script requires python3 and the modules indicated in the requirements.txt file. To install the modules, run in your terminal:
 
-"python3 -m pip install -r requirements" (or "python3 -m pip install --user requirements" if you don't have admin rights on your machine).
+"python3 -m pip install -r requirements.txt" (or "python3 -m pip install --user -r requirements.txt" if you don't have admin rights on your machine).
 
 This script requires python 3.4 (or higher) to run due to some novel features in the argparse and asyncio modules (https://docs.python.org/3/whatsnew/3.4.html)