Please refer to https://docs.visivo.io for detailed instructions on how to use this package.
pip install visivo
If you want to install a preview version you can install from a beta tag:
python -m pip install git+https://github.com/visivo-io/visivo.git@v1.1.0-beta-1 --force-reinstall
The local development environment is a basic Create React App setup. You can test any changes by:
- Install Visivo from above.
- Start
visivo serve
on a project. You can do this in ontest-projects
in this repo. This acts as the server for your changes. - In another terminal start the react app.
cd viewer
yarn start
- Navigate to localhost:3000 this will proxy any data requests to the running
visivo serve
command
A release is created by running the action Create Release
. This will create a tag and trigger the deployment of the viewer. The input is without the v
prefix. Example: 1.3.4
.