Raspberry Pi_Getting_Started

Getting started with Pi

Get your IP of your Raspberry PI
  1. Go to your Terminal Prompt
  2. Type ifconfig
  3. Look for the inet ((Internet Protocol address)address
Get your host name
  1. Go to your Terminal Prompt
  2. Type host name -I
  3. This should match your inet address

To ssh to your Raspberry-PI

  1. Open the terminal
  2. Type ssh [user name]@Ip addr of PI

 

Get the Python version
  1. Open the terminal
  2. Type python –version