Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 487 Bytes

File metadata and controls

17 lines (11 loc) · 487 Bytes

Getting Started

Welcome to Python!

By following the instructions in this document, you can get up and running with Python in no time.

Table of Contents

Mac OS X / Linux Setup

Installing Python

First, let's make sure Python is installed on your computer. On a command line, type python --version and then hit enter. The version of python installed Success!``` $ python --version


(with help from the [Python Docs](https://docs.python.org/2/using/)# Getting Started