We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02339cf commit 8243f16Copy full SHA for 8243f16
examples/README.md
@@ -5,6 +5,9 @@ These examples are scripts that can be run independently to demonstrate the Rose
5
6
Prerequisite: Either run `pip install rosette_api` or run `python setup.py install` in the python top level folder.
7
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
+
11
You can now run your desired _endpoint_.py file to see it in action.
12
For example, run `python/examples/categories.py` if you want to see the categories
13
functionality demonstrated.
0 commit comments