Install

visko is available on PyPI and can be installed with pip

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:

    python manage.py runserver
    

    and Visko should be ready at http://localhost:8000