Skip to content

Commit 5947b1e

Browse files
authored
Fixes #180
1 parent 99debd3 commit 5947b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/installation.md

Lines changed: 1 addition & 1 deletion
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)