summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-07-29 22:13:40 +1000
committerDamien Miller <djm@mindrot.org>2013-07-29 22:13:40 +1000
commitd23c5ea412fa82eec01b396073367f9a7bbd8cfa (patch)
tree8312c1c7c37ba8071c928a116d9cdb1133e3d91b
parenta2efc899ef3b3a761b331e3cf273d0b9d89d7047 (diff)
downloadpy-bcrypt-d23c5ea412fa82eec01b396073367f9a7bbd8cfa.tar.gz
add admonition to run regress tests before installing
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index f2d97b7..c69b736 100644
--- a/README
+++ b/README
@@ -18,7 +18,8 @@ To install, use the standard Python distutils incantation:
Regression tests are in the test/test.py file. This is deliberately in
a subdirectory so it does not mistakenly pick up the top-level bcrypt/
-directory.
+directory. ***PLEASE*** run the regress tests and ensure they pass before
+installing this module.
py-bcrypt is licensed under a ISC/BSD licence. The underlying Blowfish
and password hashing code is taken from OpenBSD's libc. See the LICENSE