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`.
pip install easy-acumatica
Once the installation is complete, you are ready to start using the client in your projects.