Skip to content

Commit 8243f16

Browse files
author
Chris Park
committed
Added tox.ini to examples and updated README with instructions
1 parent 02339cf commit 8243f16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ These examples are scripts that can be run independently to demonstrate the Rose
55

66
Prerequisite: Either run `pip install rosette_api` or run `python setup.py install` in the python top level folder.
77

8+
Alternatively, you can run all the examples with the command line:
9+
`find -maxdepth 1 -name "*.py" -exec tox -- {} --key api-key --url alternate_url \;`
10+
811
You can now run your desired _endpoint_.py file to see it in action.
912
For example, run `python/examples/categories.py` if you want to see the categories
1013
functionality demonstrated.

0 commit comments

Comments
 (0)