Skip to content

Commit f7d73fe

Browse files
committed
Updated README
1 parent 5ac13e4 commit f7d73fe

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Diffbot Python API Client
1+
Python Diffbot API Client
22
=========
33

44
Currently supports calls to the article endpoint.
55

66

77
Installation
88
-----------
9-
To install simply (preferably in a virtualenv):
9+
To install activate a new virtual environment and run the following command:
1010

1111
$ pip install -r requirements.txt
1212

@@ -31,6 +31,10 @@ response = diffbot.request(url, token, api, version=2)
3131
Testing
3232
------------
3333

34+
First install the test requirements with the following command:
35+
36+
$ pip install -r test_requirements.txt
37+
3438
Unit and integration tests are configured to run using nose. From the project directory, simply run:
3539

3640
$ nosetests

0 commit comments

Comments
 (0)