Skip to content

Commit

Permalink
Fixes datopian#180
Browse files Browse the repository at this point in the history
  • Loading branch information
mslinn authored Dec 30, 2024
1 parent 99debd3 commit 5947b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $ git clone https://github.com/datopian/giftless.git
$ cd giftless
$ python3 -m venv venv
$ source venv/bin/activate
(venv) $ pip install -r requirements.txt
(venv) $ pip install -r requirements/main.txt
```

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

0 comments on commit 5947b1e

Please sign in to comment.