https://github.com/luizirber/2020-10-02-vdb
https://github.com/luizirber/2020-10-02-vdb
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luizirber/2020-10-02-vdb
- Owner: luizirber
- Created: 2020-10-02T20:19:04.000Z (about 5 years ago)
- Default Branch: latest
- Last Pushed: 2020-10-02T20:19:21.000Z (about 5 years ago)
- Last Synced: 2025-03-15T14:56:43.867Z (7 months ago)
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trying out the VDB Python API
## Setup
To build and activate the conda environment with deps run:
```bash
conda env create --force --file environment.ymlconda activate vdb-py
```