.. _getting_started-installation: Installation ============ 1. Install system dependencies. :: >> sudo apt-get update >> sudo apt-get install -y freeglut3-dev >> sudo apt-get install -y libglib2.0-0 >> sudo apt-get install -y ffmpeg 2. [Option A] Create a Conda environment using the provided ``environment.yaml``. :: >> conda create -n vista python=3.8 >> conda env update --name vista --file ./environment.yaml 3. [Option B] Install the following python dependencies. * `opencv-python `_ * `ffio `_ * `shapely `_ * `descartes `_ * `matplotlib `_ * `pyrender `_ * `torch `_ * `torchvision `_ * `pickle5 `_ * `h5py `_ 4. Install VISTA from `PyPi `_.:: >> pip install vista 5. Try to import Vista. :: >> python -c "import vista" 6. Download and extract sample dataset from `here `_. For more details, check :doc:`Data Format <./data_format>`. .. note:: Dataset above is a small sample dataset to test functionality. Much more data and environments to come!