From 8a74f856e8878ca77682e75d8ec1ee6fa82cf648 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 25 Feb 2021 10:36:01 +0100 Subject: the big readme update --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 9520d8d..9bf3b86 100755 --- a/configure +++ b/configure @@ -1,9 +1,9 @@ sudo apt-get install nodejs npm python3 python3-venv python3-pip make gcc sqlite3 nginx -npm i -g typescript yarn +sudo npm i -g typescript yarn yarn -python -m venv venv +python3 -m venv venv source venv/bin/activate pip install -r requirements.txt -- cgit v1.2.3