-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
684e1bd
commit e24dbb1
Showing
5 changed files
with
1,805 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
Oops, something went wrong.