mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-21 23:55:17 -05:00
INSTALL.txt for the average person
This commit is contained in:
parent
abc63791f1
commit
f175f7e6e3
18
INSTALL.txt
Normal file
18
INSTALL.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user