mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-17 13:51:54 -05:00
19 lines
251 B
Plaintext
19 lines
251 B
Plaintext
|
|
# 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
|