summaryrefslogtreecommitdiffstats
path: root/crypto/twofish-py/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/twofish-py/INSTALL')
-rwxr-xr-xcrypto/twofish-py/INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/twofish-py/INSTALL b/crypto/twofish-py/INSTALL
new file mode 100755
index 0000000000..db72bf5baa
--- /dev/null
+++ b/crypto/twofish-py/INSTALL
@@ -0,0 +1,5 @@
+# creating binary code (with optimized one)
+python -c "import compileall; compileall.compile_dir('.')" &&
+python -Oc "import compileall; compileall.compile_dir('.')" &&
+
+default_install