Difference between revisions of "Pi Setup Nov 2016"
Jump to navigation
Jump to search
Russ hensel (talk | contribs) (Created page with "Yet another setup for the Pi = Base OS =") |
Russ hensel (talk | contribs) |
||
| Line 3: | Line 3: | ||
= Base OS = | = Base OS = | ||
| + | |||
| + | |||
| + | |||
| + | #Before installing new application or service in Raspbian, make sure to | ||
| + | #always type this into terminal: ( if this file in on your PI use cut an d paste | ||
| + | |||
| + | |||
| + | sudo apt-get update | ||
| + | sudo apt-get upgrade | ||
| + | sudo apt-get dist-upgrade | ||
| + | |||
| + | |||
| + | = Spyder = | ||
| + | |||
| + | sudo apt-get install spyder | ||
Revision as of 11:19, 21 November 2016
Yet another setup for the Pi
Base OS
- Before installing new application or service in Raspbian, make sure to
- always type this into terminal: ( if this file in on your PI use cut an d paste
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
Spyder
sudo apt-get install spyder