summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 1648966..b8fa85a 100644
--- a/README.txt
+++ b/README.txt
@@ -72,7 +72,8 @@ Install Django using pip, not with apt, on your test system.
You will also definitely need sqlite3 even if you are planning to use another
database. Sqlite3 is used by the test harness system.
Your Linux installation almost certainly already includes python3 and pip3 but
-in case it doesn't install those like this:
+in case it doesn't install those.
+You also need survex - which installs a shedload of other packages.
$ sudo apt update
$ sudo apt dist-upgrade
@@ -82,6 +83,7 @@ $ sudo apt install sqlite3 sqlite3-doc
$ cd /usr/bin
$ sudo ln -s python3 python
$ sudo ln -s pip3 pip
+$ sudo apt install survex
Now install django etc.
$ cd [troggle]