aioarxiv Help

Installation Guide

Introduction

This installation guide is designed to help users successfully install and configure aioarxiv or add it as a project dependency.

Installation types

We strongly recommend using package managers like PDM or Poetry to manage project dependencies.

Type

Description

More information

PDM

Add aioarxiv to project dependencies.

PDM Installation Steps

Poetry

Add aioarxiv to project dependencies.

Poetry Installation Steps

PyPI

Install using pip in supported Python versions.

PyPI Installation Steps

Source

Clone from GitHub and install manually.

Source Installation Steps

Overview

Version Information

Below are the available versions of this library. We do not recommend relying on this library in production environments at this time:

Version

Build

Release Date

Status

Notes

0.2.0

PyPI Release

13/1/2025

Latest

Initial testing phase

0.1.2

PyPI Release

15/11/2024

Old

Initial testing phase

System requirements

Supported Python Versions

  • Python 3.9 or higher.

Installation steps

To install aioarxiv using PDM:

  1. Open your terminal

  2. Run the following command:

    pdm add aioarxiv

To install aioarxiv using Poetry:

  1. Open your terminal

  2. Run the following command:

    poetry add aioarxiv

To install aioarxiv using pip:

  1. Open your terminal

  2. Run the following command:

    pip install aioarxiv

To install aioarxiv from source:

  1. Open your terminal

  2. Clone the repository and install:

    git clone https://github.com/BalconyJH/aioarxiv.git cd aioarxiv pip install .
Last modified: 13 January 2025