From 8feeb6c8961a3b620e31f2d05f9a7c294b342d40 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Tue, 16 Aug 2022 19:26:40 -0600 Subject: [PATCH] make install --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 10afc78..8846a8e 100644 --- a/README.md +++ b/README.md @@ -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`.