An open API service indexing awesome lists of open source software.

https://github.com/vircadia/vircadia-world-sdk-py


https://github.com/vircadia/vircadia-world-sdk-py

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Vircadia World Python SDK

## Install

Create and activate the development env:

```sh
python3 -m venv .venv
source .venv/bin/activate
```

Install the dependencies:

```sh
pip install -r requirements.txt
cd shared/modules/vircadia-world-meta/python
pip install -r requirements.txt
```

## Usage

...

## Test

```sh
pytest
```