From 77ceaf373d286ef732a29bb01f52eb5408c5d0bb Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Tue, 5 Mar 2024 17:08:10 -0800 Subject: [PATCH] Remove stale installation instructions --- docs/source/installation.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/source/installation.md b/docs/source/installation.md index 90378a0..41a2428 100644 --- a/docs/source/installation.md +++ b/docs/source/installation.md @@ -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: ```