make install

master
Jeff Moe 2022-08-16 19:26:40 -06:00
parent 6be11cb7aa
commit 8feeb6c896
1 changed files with 7 additions and 0 deletions

View File

@ -172,6 +172,13 @@ Install Python packages:
pip install --user --upgrade -r requirements.txt
```
Make and install `satnogs-wut`:
```
make
sudo make install
```
### Tensorflow KVM Notes
Note, for KVM, pass cpu=host if host has "avx" in `/proc/cpuinfo`.