From 8ea94b5fb9ffddca339c4a4f04a7392607f860c7 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Wed, 14 Jan 2015 10:05:43 -0500 Subject: updated README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 98378ca..4482658 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Core functionality is being written at the moment. # requirements +* setuptools v5.5.x * virtualenv v1.9.x or later * python v2.7.x * PyYAML v3.x @@ -35,6 +36,8 @@ operating system. # setting up the environment +Install `virtualenv` and python's `setuptools` packages. + From the same directory as this README file, do: $ virtualenv . -- cgit v1.2.3