install requirements

spacecruft
Jeff Moe 2023-01-17 09:12:57 -07:00
parent 43117960a1
commit 4da6e777f1
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ cd CygnusRFI/
virtualenv -p python3 env
source env/bin/activate
pip install --upgrade pip
pip install pillow
pip install -r requirements.txt
```