Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 326 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 326 Bytes

Python Workbook

This workbook is based on Starting out with Python - 2nd Edition

How to copy files across:

LINUX: Install git Ubuntu: apt-get install git

cd to your folder that you want to copy to and type git clone https://github.com/techabyte/python.git

Thats it!

To download the latest update just do git pull