Installation#

Latest realease#

You can install the latest release using pip:

pip install semanticscholar

Development version#

You can install the latest development version from GitHub:

git clone git@github.com:danielnsilva/semanticscholar.git
cd semanticscholar
pip install .

Alternatively, you can use VCS support:

pip install git+https://github.com/danielnsilva/semanticscholar@master

Previous versions#

For previous versions of the library, please refer to the releases page in GitHub or the Python Package Index.

Requirements#