diff options
author | Calvin <calvin@EESI> | 2013-03-12 18:05:50 -0400 |
---|---|---|
committer | Calvin <calvin@EESI> | 2013-03-12 18:05:50 -0400 |
commit | fb3ed9e704c5ecd06da70a0c1ce0f0fc458de466 (patch) | |
tree | b3982c61557113e5485f40005b0a7128cd072f01 /doc/install.markdown | |
parent | a200b2df4212521b7e006f17979d7c4c2d4b8ca9 (diff) |
initial commit of some documentation
Diffstat (limited to 'doc/install.markdown')
-rw-r--r-- | doc/install.markdown | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/install.markdown b/doc/install.markdown new file mode 100644 index 0000000..cbbbe21 --- /dev/null +++ b/doc/install.markdown @@ -0,0 +1,18 @@ +# How Can I Install The Quikr Utility? # +To use Quikr there are several prerequisites. + +Base Requirements: ++ Mac OS X or GNU/Linux or Unix-based operating system+ ++ Python 2.7, Scipy, Numpy, BIOPython modules ++ 4Gb of RAM minimum. Absolutely neccessary. + +We also have a Quikr implementation in Matlab so that you can easily integrate +Quikr into your custom programs and scripts. + +Our Quikr code is available on our sourceforge download page: + +[http://sourceforge.net/projects/quikr/](sourceforge project page) + +Our development GIT repository is available here: + +[http://rosalind.ece.drexel.edu/git/quikr/](rosalind.ece.drexel.edu/git/quikr/) |