Skip to content

Commit

Permalink
[tools/mec] Update README.md (#14357)
Browse files Browse the repository at this point in the history
It adds a simple guide to HOWTO page for who wants to build and
test the circle adapter.

ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <[email protected]>
  • Loading branch information
batcheu authored Nov 25, 2024
1 parent 0e2883b commit 2d19014
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions tools/model_explorer_circle/HOWTO.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## How to test
* Prerequisites
```
python -m venv venv
source ./venv/bin/activate
```

* Install module to virtual environment (Editable mode)
```
pip install -e .
```

* Execute Model Explorer with Circle adapter extension
```
model-explorer --extensions circle_adapter --no_open_in_browser
```

* Execute Unittest
```
pip install pytest
pytest
```

## How to generate Circle schema python script

(This is not mandatory since it already included default Circle schema generated by following procedure.)
Expand Down

0 comments on commit 2d19014

Please sign in to comment.