Skip to content

Commit 5cafe13

Browse files
authored
Merge pull request #182 from mslinn/patch-1
Fixes #180
2 parents 887e43b + 5947b1e commit 5cafe13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $ git clone https://github.com/datopian/giftless.git
5959
$ cd giftless
6060
$ python3 -m venv venv
6161
$ source venv/bin/activate
62-
(venv) $ pip install -r requirements.txt
62+
(venv) $ pip install -r requirements/main.txt
6363
```
6464

6565
You can then proceed to run Giftless with a WSGI server as

0 commit comments

Comments
 (0)