{ "info": { "author": "Kamil Erguler", "author_email": "k.erguler@cyi.ac.cy", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Atmospheric Science", "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Scientific/Engineering :: Medical Science Apps." ], "description": "Environmentally-driven population dynamics model of Aedes albopictus\n====================================================================\n\nThis is a python (v3.7) package implementing the environmentally-driven population dynamics model of Aedes albopictus. \n\nContents\n--------\n\n1) Prerequisites\n2) Linux installation\n3) Usage\n\n1) Prerequisites\n----------------\n\nThe model requires the Python packages\n\n\tnumpy\n \n\tpkg_resources\n\nand the\n\n\tGNU Scientific Library (development)\n\nfor C, which are not included in this package.\n\n2) Linux installation\n---------------------\n\n1) Easy way:\n\nIf you have pip installed, you can use the following command to download and install the package.\n\tpip install albopictus\n\nAlternatively, you can download the source code from PyPI and run pip on the latest version xxx.\n\tpip install albopictus-xxx.tar.gz\n\n2) Hard way:\n\nIf pip is not available, you can unpack the package contents and perform a manual install.\n\ttar -xvzf albopictus-xxx.tar.gz\n \n\tcd albopictus-xxx\n \n\tpython setup.py install\n\nThis will install the package in the site-packages directory of your python distribution. If you do not have root privileges or you wish to install to a different directory, you can use the --prefix argument.\n\n\tpython setup.py install --prefix=