Install¶
visko is available on PyPI and
can be installed with pip
pip install visko
Visko requires coolisf library in order to function. Please follow installation instructions at https://pypi.org/project/coolisf/
Visko is a Django site. To run Visko locally, please download the pre-packaged
visko_site.tar.gzfrom 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