diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-14 10:05:43 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-14 10:05:43 -0500 |
commit | 8ea94b5fb9ffddca339c4a4f04a7392607f860c7 (patch) | |
tree | e31a8a71851867b1c08681de7280661c6241e874 /README.md | |
parent | 45d9b76d8ceb4cb45384084889d279147e993ff1 (diff) |
updated README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 . |