Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 706 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 706 Bytes

Introduction

This is the code repository for the Manning Publications book, Playful Python, by Ken Youens-Clark.

Forking GitHub repo

First use the GitHub interface to "fork" this repository into your own account. Then do git clone of your repository to get a local copy. Inside that checkout, do:

git remote add upstream https://github.com/kyclark/playful_python.git 

This will allow you to git pull upstream master in order to get updates. When you create new files, git add/commit/push them to your repository. (Please do not create pull requests on my repository -- unless, of course, you have suggestions for improving my repo!).

Copyright

© Ken Youens-Clark 2019