mirror of
https://github.com/craigerl/aprsd.git
synced 2024-12-18 23:55:58 -05:00
Update INSTALL.txt
This commit is contained in:
parent
174e8054de
commit
22f7123e17
14
INSTALL.txt
14
INSTALL.txt
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user