summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-03-13 00:25:10 -0700
committerTushar Gohad <tushar.gohad@intel.com>2015-03-13 01:10:05 -0700
commite27cf19ad9fce6cbcb2287cc013592bb90525af4 (patch)
treeb5c8bc00dbf072d66e2d377fb42d0c48db0b9ea1
parentdf9c297d674efa9e1928f085bdff83e313762eb9 (diff)
downloadpyeclib-e27cf19ad9fce6cbcb2287cc013592bb90525af4.tar.gz
Fix PyECLib version in README, add deps
-rw-r--r--README13
1 files changed, 5 insertions, 8 deletions
diff --git a/README b/README
index a065868..5824690 100644
--- a/README
+++ b/README
@@ -145,16 +145,13 @@ needs to be taken when handling input to and output from the ``encode()`` and
}
-Quick Start:
+Quick Start
- Standard stuff to install::
+ Install pre-requisites:
- Python 2.6, 2.7 or 3.x (including development packages), argparse, liberasurecode, gf-complete and Jerasure.
-
-
- As mentioned above, PyECLib depends on the installation of the liberasurecde library (liberasurecode
- can be found at https://bitbucket.org/tsg-/liberasurecode)
-
+ * Python 2.6, 2.7 or 3.x (including development packages), argparse, setuptools
+ * liberasurecode v1.0.4 or greater [3]
+ * Erasure code backend libraries, gf-complete and Jerasure [1],[2], ISA-L [4] etc
Install PyECLib::