Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove stale installation instructions #150

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/source/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ It is recommended to install Giftless into a virtual environment:
(venv) $ pip install giftless
```

**IMPORTANT**: as of the time of writing, a bug in one of Giftless' dependencies
requires that you explicitly install dependencies after installing using `pip`:

(venv) $ pip install -Ur https://raw.githubusercontent.com/datopian/giftless/master/requirements.txt

Once installed, you can run Giftless locally with uWSGI:

```
Expand Down
Loading