Browse Source

Add testing tool and usage guide

tags/v1.3
Nico Rey 3 years ago
parent
commit
bcd4cb63c4
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      install.sh

+ 2
- 1
install.sh View File

@@ -53,7 +53,8 @@ sudo apt install -yq predict \
libxft-dev \
libxft2 \
libjpeg9 \
libjpeg9-dev
libjpeg9-dev \
socat

sudo pip3 install numpy ephem tweepy Pillow
log_done "Packages installed"


Loading…
Cancel
Save