We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 887e43b + 5947b1e commit 5cafe13Copy full SHA for 5cafe13
docs/source/installation.md
@@ -59,7 +59,7 @@ $ git clone https://github.com/datopian/giftless.git
59
$ cd giftless
60
$ python3 -m venv venv
61
$ source venv/bin/activate
62
-(venv) $ pip install -r requirements.txt
+(venv) $ pip install -r requirements/main.txt
63
```
64
65
You can then proceed to run Giftless with a WSGI server as
0 commit comments