From 9cd65424f85b01eefcee5abb95b683a4ad7a555b Mon Sep 17 00:00:00 2001 From: Craig Lamparter Date: Wed, 9 Dec 2020 08:05:08 -0800 Subject: [PATCH] Update INSTALL.txt --- INSTALL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index 8e0dfb0..aae80b3 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -12,7 +12,7 @@ mkdir ~/aprsd2 cd ~/aprsd2 git clone https://github.com/craigerl/aprsd.git cd aprsd -pip install . +pip install -e . cd ~/.venv_aprsd ./bin/aprsd # generates a config.yml template on first run