https://github.com/openmined/ring
https://github.com/openmined/ring
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openmined/ring
- Owner: OpenMined
- Created: 2024-10-05T17:27:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T13:37:43.000Z (9 months ago)
- Last Synced: 2025-08-26T03:09:21.115Z (5 months ago)
- Language: Python
- Size: 46.9 KB
- Stars: 1
- Watchers: 5
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RING
## Pre-requisites
Install uv
On macOS, Linux
```
curl -LsSf https://astral.sh/uv/install.sh | sh
```
## Development
To setup the environment
```
uv venv
```
To run the ring app locally
```
sh ./run.sh
```
To install ring app in editable mode
```
rm -rf /apps/ring
syftbox install app .
```