Django for Designers/Laptop setup/Windows virtualenv

From OpenHatch wiki
Revision as of 05:00, 24 February 2013 by imported>Paulproteus (Created page with "== Test if you have the required tools == In this step, we test if you have ''pip'' and ''virtualenv'' ready. Take this moment to open up a command prompt. Enter the command...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Test if you have the required tools

In this step, we test if you have pip and virtualenv ready.

Take this moment to open up a command prompt. Enter the command:

virtualenv --help

You should see a help message that looks something like this:

Usage: virtualenv [OPTIONS] DEST_DIR

Options:
  --version             show program's version number and exit

If you don't see that friendly message, grab virtualenv.py and save it ... where?