InstallationΒΆ

The library requires Python 3.6+ and can be installed via pip:

$ pip install paperswithcode-client

Usually you would want to create a virtual environment before installing the library:

$ python3 -m venv pwc
$ source pwc/bin/activate
$ pip install paperswithcode-client