1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-17 13:18:52 -04:00

INSTALL.txt for the average person

This commit is contained in:
craigerl
2020-12-02 12:30:58 -08:00
parent abc63791f1
commit f175f7e6e3
+18
View File
@@ -0,0 +1,18 @@
# installation instructions for the short-attention-span user like me
cd ~
virtualenv .venv
cd .venv/
source ./activate
git clone https://github.com/craigerl/aprsd.git
cd aprsd
pip install .
mkdir -p ~/.aprsd
./bin/aprsd
vi ~/.aprsd/config.yml