mirror of
https://github.com/craigerl/aprsd.git
synced 2025-09-02 13:17:54 -04: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…
x
Reference in New Issue
Block a user