aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-02-25 10:36:01 +0100
committerlonkaars <l.leblansch@gmail.com>2021-02-25 10:36:01 +0100
commit8a74f856e8878ca77682e75d8ec1ee6fa82cf648 (patch)
tree5d479ee4a6597f7acb964e6fad94024081fbbb02 /configure
parent798a1fb4ef44c5c3bd54663b1ad6ba281dca4bc1 (diff)
the big readme update
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
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