From b20939d211698218d108e3962f1cc387c9b086bc Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sat, 7 Dec 2019 17:45:04 -0500 Subject: [PATCH] added apsw installation --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index a433c7567..0580d6999 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,8 @@ install: + pip install https://github.com/rogerbinns/apsw/releases/download/3.30.1-r1/apsw-3.30.1-r1.zip \ + --global-option=fetch \ + --global-option=--version --global-option=3.30.1 --global-option=--all \ + --global-option=build --global-option=--enable --global-option=fts5 cd torba && pip install -e . cd lbry && pip install -e . pip install mypy==0.701