2 Forks
1 Stars
1 Watchers

lpthw

A repo for sharing my solutions to exercises in the "Learn Python the Hard Way" book, available for free at https://learnpythonthehardway.org or for purchase at http://amzn.to/2kVvJSZ.

How to download and setup lpthw

Open terminal and run command
git clone https://github.com/emTr0/lpthw.git
git clone is used to create a copy or clone of lpthw repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with lpthw https://github.com/emTr0/lpthw/archive/master.zip

Or simply clone lpthw with SSH
[email protected]:emTr0/lpthw.git

If you have some problems with lpthw

You may open issue on lpthw support forum (system) here: https://github.com/emTr0/lpthw/issues