aprsd/INSTALL.txt

19 lines
251 B
Plaintext
Raw Normal View History

2020-12-02 15:30:58 -05:00
# 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