Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 315 Bytes

installation.md

File metadata and controls

18 lines (12 loc) · 315 Bytes

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