mirror of
https://github.com/craigerl/aprsd.git
synced 2025-06-24 21:15:18 -04:00
Merge branch 'master' of https://github.com/craigerl/aprsd
This commit is contained in:
commit
31618ce666
14
INSTALL.txt
14
INSTALL.txt
@ -1,19 +1,19 @@
|
|||||||
|
|
||||||
# installation instructions for the short-attention-span user like me
|
# installation instructions for the short-attention-span user like me
|
||||||
|
|
||||||
|
mkdir -p ~/.aprsd
|
||||||
|
|
||||||
cd ~
|
cd ~
|
||||||
virtualenv .venv
|
virtualenv .venv_aprsd
|
||||||
cd .venv/
|
cd .venv_aprsd/
|
||||||
source ./activate
|
source ./bin/activate
|
||||||
|
|
||||||
cd /tmp
|
mkdir ~/aprsd2
|
||||||
|
cd ~/aprsd2
|
||||||
git clone https://github.com/craigerl/aprsd.git
|
git clone https://github.com/craigerl/aprsd.git
|
||||||
cd aprsd
|
cd aprsd
|
||||||
pip install .
|
pip install .
|
||||||
cd ~/.venv
|
cd ~/.venv_aprsd
|
||||||
|
|
||||||
mkdir -p ~/.aprsd
|
|
||||||
|
|
||||||
./bin/aprsd # generates a config.yml template on first run
|
./bin/aprsd # generates a config.yml template on first run
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user