diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-24 17:20:14 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-03-24 17:20:14 -0400 |
commit | 4cab49ac3934a8fa568c7aee8484bd710f83c4e3 (patch) | |
tree | 08f486b7a3f499743b2e36bca8de29892d1ed050 /doc/python.markdown | |
parent | d2a7c2a428a5c5ead81d87610d6b04a0e179295d (diff) |
update documentation
Diffstat (limited to 'doc/python.markdown')
-rw-r--r-- | doc/python.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/python.markdown b/doc/python.markdown index df086d8..cbc59d1 100644 --- a/doc/python.markdown +++ b/doc/python.markdown @@ -1,3 +1,5 @@ +*The python version is outdated. do not use! It is only here for historical purposes!* + # Python Documentation # The python version comes with scripts that can be used like the regular quikr program, and also a module called quikr so integration with python scripts @@ -12,6 +14,7 @@ If you want to use our quikr module, run help on the module: >>> import quikr >>> help(quikr) + ## Python Cannot Find XYZ ## Ensure that you have Python 2.7, Scipy, Numpy, and BIOpython installed |