Easy-Acumatica Docs

Installation

Getting started with the `easy-acumatica` Python package is simple. You can install it directly from the Python Package Index (PyPI) using pip.

Prerequisites

  • Python Version: You will need Python 3.7 or newer.
  • Acumatica ERP: Access to an Acumatica ERP instance with the contract-based REST API enabled.
  • Acumatica User Credentials: You will need a valid username, password, tenant, and branch to connect to your instance.

Standard Installation

To install the package, run the following command in your terminal. This will download `easy-acumatica` and its required dependency, `requests`.

bash
pip install easy-acumatica

Once the installation is complete, you are ready to start using the client in your projects.

Easy-Acumatica v0.3.9 — Created and Developed by Matthew Hirstius (Nioron07).
Significant Contributions made by Chris Xu
Want to see the NPM version? See it here