This website works better with JavaScript.
Home
Help
Sign In
hms
/
rasoberry-noaa
mirror of
https://github.com/reynico/raspberry-noaa.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
ISS: install missing dep
php7-stretch
Nico Rey
3 years ago
parent
91a01fcc90
commit
729ddaa5b5
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
INSTALL.md
+2
-1
install.sh
+ 2
- 1
INSTALL.md
View File
@@ -68,7 +68,8 @@ sudo apt install -yq predict \
socat \
php7.2-fpm \
php7.2-sqlite \
sqlite3
sqlite3 \
libgfortran5
```
```
+ 2
- 1
install.sh
View File
@@ -62,7 +62,8 @@ sudo apt install -yq predict \
socat \
php7.2-fpm \
php7.2-sqlite \
sqlite3
sqlite3 \
libgfortran5
sudo pip3 install numpy ephem tweepy Pillow
log_done "Packages installed"
Write
Preview
Loading…
Cancel
Save