https://github.com/vircadia/vircadia-world-sdk-py
https://github.com/vircadia/vircadia-world-sdk-py
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vircadia/vircadia-world-sdk-py
- Owner: vircadia
- License: apache-2.0
- Created: 2024-09-25T15:15:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-25T11:06:06.000Z (over 1 year ago)
- Last Synced: 2025-03-21T19:48:57.705Z (about 1 year ago)
- Language: Python
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```