From 22f7123e17724331e669c7b5ecf52edefdfb1693 Mon Sep 17 00:00:00 2001 From: Craig Lamparter Date: Sun, 6 Dec 2020 09:07:07 -0800 Subject: [PATCH] Update INSTALL.txt --- INSTALL.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 131ac3e..8e0dfb0 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,19 +1,19 @@ # installation instructions for the short-attention-span user like me +mkdir -p ~/.aprsd cd ~ -virtualenv .venv -cd .venv/ -source ./activate +virtualenv .venv_aprsd +cd .venv_aprsd/ +source ./bin/activate -cd /tmp +mkdir ~/aprsd2 +cd ~/aprsd2 git clone https://github.com/craigerl/aprsd.git cd aprsd pip install . -cd ~/.venv - -mkdir -p ~/.aprsd +cd ~/.venv_aprsd ./bin/aprsd # generates a config.yml template on first run