From 0963507eaaa26a7673795c03fc67eaf04d09f087 Mon Sep 17 00:00:00 2001 From: tcocagne Date: Thu, 14 Mar 2013 22:26:01 -0500 Subject: placed implementation sections in code blocks --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1aa227e..9490b20 100644 --- a/README.md +++ b/README.md @@ -107,14 +107,19 @@ combination of hash algorithm and prime number size. This may be of use in deciding which pair of parameters to use in the unlikely event that the defaults are unacceptable. -Installation: - python setup.py install +Installation from source: +``` + $ python setup.py install +``` Documentation: - cd srp/doc - sphinx-build -b html . +``` + $ cd srp/doc + $ sphinx-build -b html . +``` Validity & Performance Testing: - python setup.py build - python test_srp.py - +``` + $ python setup.py build + $ python test_srp.py +``` -- cgit v1.2.3