Update INSTALL.txt

This commit is contained in:
Craig Lamparter 2020-12-06 09:07:07 -08:00 committed by GitHub
parent 174e8054de
commit 22f7123e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -1,19 +1,19 @@
# installation instructions for the short-attention-span user like me
mkdir -p ~/.aprsd
cd ~
virtualenv .venv
cd .venv/
source ./activate
virtualenv .venv_aprsd
cd .venv_aprsd/
source ./bin/activate
cd /tmp
mkdir ~/aprsd2
cd ~/aprsd2
git clone https://github.com/craigerl/aprsd.git
cd aprsd
pip install .
cd ~/.venv
mkdir -p ~/.aprsd
cd ~/.venv_aprsd
./bin/aprsd # generates a config.yml template on first run