-
Notifications
You must be signed in to change notification settings - Fork 7
Getting Started
mspector edited this page Aug 15, 2018
·
9 revisions
The best way to interact with OpenReview's REST API is by using openreview-py
, a Python module available on the Python Package Index.
openreview-py
can be installed with the pip
command as follows:
pip install openreview-py
You can also clone the openreview-py github repository and install it directly like so:
pip install <path-to-repo-directory>
You can find some examples in the openreview-py docs.