INSTALL.txt for the average person

This commit is contained in:
craigerl 2020-12-02 12:30:58 -08:00
parent abc63791f1
commit f175f7e6e3
1 changed files with 18 additions and 0 deletions

18
INSTALL.txt Normal file
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