v0.4.8 Latest
Installation Made Simple
Get Easy-Acumatica up and running in seconds with pip
pip install easy-acumatica
Before You Begin
Everything you need to get started
Python Environment
A modern Python installation with pip package manager
Python 3.7+
Acumatica Instance
Access to an Acumatica ERP instance with REST API enabled
REST API Enabled
API Credentials
Valid username, password, tenant, and branch for authentication
User Access
Installation Process
1
Install via pip
Run this command in your terminal to install Easy-Acumatica and its dependencies
pip install easy-acumatica
2
Verify Installation
Confirm the package is properly installed by checking the version
python -c "import easy_acumatica; print(easy_acumatica.__version__)"
3
Ready to Go!
You're all set! The package automatically handles all dependencies including the requests library.
Continue to QuickstartReady to Build?
Start integrating with Acumatica in minutes