From 47a8fbdcdfbd90894f8cdafe36564ee78fa87a27 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 11 Nov 2020 20:52:36 +0100 Subject: [PATCH] s/run/run-dev/ --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cbd7be4..a791c7f 100755 --- a/README.md +++ b/README.md @@ -15,16 +15,16 @@ Install OS dependencies: $ apt-get install python3 python3-venv python3-pip ``` -Then Flask inside a virtual environment in this directory: +Then install Flask (and other required packages) inside a Python virtual environment in this directory: ``` python3 -m venv venv -. venv/bin/activate +. venv/bin/activate # you'll need to run this every time before running the server. pip install -r requirements.txt ``` Then run the development server: ``` -./run.sh +./run-dev.sh ``` Please see [CONTRIBUTING](CONTRIBUTING.md) for instructions on how to