-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathex46.py
More file actions
12 lines (8 loc) · 1.06 KB
/
ex46.py
File metadata and controls
12 lines (8 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
Installing Python Packages
Before you can begin this exercise you need to install some software for Python by using a tool called "pip" to install new modules. Here's the problem though. You are at a point where it's difficult for me to help you do that and keep this book sane and clean. There are so many ways to install software on so many computers that I'd have to spend 10 pages walking you through every step, and let me tell you I am a lazy guy.
Rather than tell you how to do it exactly, I'm going to tell you what you should install, and then you tell you to watch the video that accompanies this exercise and follow along. You will have to struggle with this part of the exercise though as giving accurate and current installation instructions is tricky. Computers change frequently so you may have to do some research if you get stuck.
Install the following Python packages:
pip from http://pypi.python.org/pypi/pip
distribute from http://pypi.python.org/pypi/distribute
nose from http://pypi.python.org/pypi/nose/
virtualenv from http://pypi.python.org/pypi/virtualenv