From c5e819fbfa431fdcb235d164022aa1083aa84cb0 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 25 May 2019 20:15:35 -0600 Subject: [PATCH] Add python-virtualenv to auth server setup --- authserver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authserver/README.md b/authserver/README.md index 2f945ef..99b4a1f 100644 --- a/authserver/README.md +++ b/authserver/README.md @@ -7,7 +7,7 @@ Provides an API to the web client and web server to serve tool data and authenti ### Initial run ``` -$ sudo apt install python3 python3-pip python3-virtualenv # for Debian +$ sudo apt install python3 python3-pip python-virtualenv python3-virtualenv # for Debian $ virtualenv -p python3 env $ . env/bin/activate (env) $ pip install -r requirements.txt