Skip to content

Commit

Permalink
Adding pip install instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Jan 8, 2016
1 parent 770f4c7 commit 02bf2cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -8,3 +8,11 @@ Status](https://coveralls.io/repos/m-lab/bigsanity/badge.svg?branch=master&servi
The current version of BigSanity requires that the [`bq`
utility](https://cloud.google.com/bigquery/bq-command-line-tool) be installed
and accessible through the user's `PATH` environment variable.

To install BigSanity's required Python packages:

`pip install -r requirements.txt`

To install the Python packages required to run BigSanity's test suite:

`pip install -r test-requirements.txt`

0 comments on commit 02bf2cb

Please sign in to comment.