From 8b80885371a4b3d925fa47406217f7dd94be4fec Mon Sep 17 00:00:00 2001 From: Adam Wenocur Date: Mon, 4 Aug 2014 10:39:44 -0400 Subject: [PATCH] improve README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e86623f..bd0a623 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,11 @@ command line to launch fetchVcf: `fetchVcf.py -s sample1 sample2 -r 1:1-100000,2:1-100000` ##Setup +###Installation +The easiest way to install varify-client is by using pip: +`pip install varify-client` + +###Configuration +* After configuring an instance of Varify, * Go to `http://yourvarifyinstance.chop.edu/admin/serrano/apitoken/` * Add API Token and your varify instance to the configuration file and name it varify.cfg (see the sample config included)