Download ******** .. contents:: Installation ------------ Using `Pip Installs Python (Pip) `_, simply type:: pip install http://www.igsor.net/aiLib/_downloads/latest.tar.gz if you want to use the package from the webpage. If you have downloaded it yourself, use:: pip install path/to/aiLib.tar.gz If you're using `distutils `_, type:: tar -xzf path/to/aiLib.tgz # extract files. cd aiLib* # change into aiLib directory. sudo python setup.py install # install using distutils (as root). #rm -R aiLib* # remove source. If desired, uncomment this line. Make sure, `scipy `_ and `numpy `_ are installed on your system. Getting started --------------- Again, make sure that besides the `aiLib `_, the packages `scipy `_ and `numpy `_ are installed on your system. .. todo: .. todo:: Link to examples Available downloads ------------------- - :download:`aiLib-0.1 dev ` (latest) - :download:`This documentation (html) ` (current) - :download:`This documentation (pdf) ` (current) License ------- This project is released under the terms of the 3-clause BSD License. See the section :ref:`license` for details.