.. _install: Install ======= ``visko`` is available on `PyPI `__ and can be installed with pip .. code:: bash pip install visko 1. Visko requires `coolisf `__ library in order to function. Please follow installation instructions at https://pypi.org/project/coolisf/ 2. Visko is a Django site. To run Visko locally, please download the pre-packaged ``visko_site.tar.gz`` from a `compatible release here `__ and unzip it to a local folder. To start the development server use: .. code:: bash python manage.py runserver and Visko should be ready at http://localhost:8000