Python pip deps

spacecruft
Jeff Moe 2022-08-08 23:50:06 -06:00
parent 9e9a3c1db8
commit cc5dfa0e0f
2 changed files with 9 additions and 0 deletions

View File

@ -24,6 +24,12 @@ source env/bin/activate
pip install --upgrade pip
```
Install python dependencies.
```
pip install --upgrade -r requirements.txt
```
# Configuration
See `stvid`.

3
requirements.txt 100644
View File

@ -0,0 +1,3 @@
astropy
opencv-python
zwoasi