Skip to content

Commit

Permalink
Merge pull request #207 from UW-Madison-ACI/Testing_setup
Browse files Browse the repository at this point in the history
Testing_setup
  • Loading branch information
lmichael107 committed Aug 4, 2015
2 parents 04e1711 + 6d3fdc8 commit 7e362d6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,14 @@ camp.)
press enter to prepend Anaconda to
your `PATH` (this makes the Anaconda
distribution the default Python).

## Check Setup

Open a terminal window and type these commands, pressing enter after each one:
- `git --version`
- `python --version`
- `ipython --version`
- `python -c "import nose"`

If your setup is correct, the `git`, `python`, and `ipython` version identifiers will be shown on your screen;
the last command will not produce any output.

0 comments on commit 7e362d6

Please sign in to comment.