We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99debd3 commit 5947b1eCopy full SHA for 5947b1e
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