Skip to content

Commit

Permalink
add minimal example
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanwagnerdev committed Jan 21, 2025
1 parent 684e1bd commit e24dbb1
Show file tree
Hide file tree
Showing 5 changed files with 1,805 additions and 0 deletions.
24 changes: 24 additions & 0 deletions minimal_example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Example

This example demonstrates how to use the Nova Rerun Bridge library together with Wandelbots-Nova. The `test.py` file contains the necessary code to get started.

## Files

```
test_rerun/
├── README.md
├── test.py
```

## Running the Example

1. Ensure you have the required dependencies installed with `poetry install`
2. Add an .env file with the necessary environment variables:
```sh
NOVA_API=<your-url-instance>
NOVA_ACCESS_TOKEN=<your-nova-access-token>
```
3. Run the `test.py` script:
```sh
python test.py
```
Loading

0 comments on commit e24dbb1

Please sign in to comment.