Installation
The following instructions require that you have Anaconda installed. It is recommended to create an Anaconda virtual environment to prevent conflicting package dependencies. The package can be installed from PyPI via pip (recommended) or from the GitHub repository. BellaVista requires python 3.9 or above and is dependent on GPU for rendering.
Create and activate a new virtual environment:
$ conda create -n bellavista_env python
$ conda activate bellavista_env
Installation via pip:
$ pip install bellavista
Alternatively, you can install from GitHub::
$ conda install git
$ git clone https://github.com/pkosurilab/BellaVista
$ pip install -e BellaVista
To start exploring your data in BellaVista see Getting Started
If you are encountering any issues, please open a new issue in the GitHub repository. Feedback is welcome and appreciated!