vim ignore

spacecruft
Jeff Moe 2022-10-01 13:40:00 -06:00
parent 82d5091f7a
commit 76a2002f8a
2 changed files with 14 additions and 0 deletions

1
.gitignore vendored 100644
View File

@ -0,0 +1 @@
*.swp

View File

@ -1,6 +1,19 @@
# greenctld
Controller software for Green Heron.
# Install
Install thusly:
```
sudo apt install python3-virtualenv python3-pip
git clone https://spacecruft.org/spacecruft/greenctld
cd greenctld
virtualenv -p python3 env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
```
# Upstream
Port from Python2 to Python3 of mct's greenctld.