From 212cbc7c04b3be279ec3ad1078629e7cf6c41e03 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 3 Apr 2013 20:27:55 +0200 Subject: [PATCH] Fix pip requirements. --- doc/README.txt | 5 ++--- requirements.txt | 4 +++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/README.txt b/doc/README.txt index 64cdb5f9c..87250af50 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -63,10 +63,9 @@ which confirms that you are old enough to view them. Installation ------------- -The most convenient method is to use pip, which installs all dependencies -automatically: +The most convenient method is to use pip: -`pip install dosage` +`pip install requests dosage` If you install Dosage from source, the `dosage` script can be run directly with `./dosage`. Alternatively, you can install Dosage using python distutils by invoking diff --git a/requirements.txt b/requirements.txt index c84e2cff8..a37178243 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,4 @@ +# required: requests -# optional: argcomplete +# optional: +argcomplete