Getting Started

This Getting Started guide is intended to assist the user with installing the library.

Install the package

The latest version of datarxiv can be installed from PyPI using pip.

$ python3 -m pip install datarxiv

Import the datarxiv package in Python.

In [1]: import datarxiv

In [2]: datarxiv.__version__
Out[2]: '0.0.0'

See Basic Usage for some examples.


Last update: Mar 12, 2024