Installation steps - kallitsis/ARIA GitHub Wiki
Installation steps
Follow the instructions below to install ARIA on your system.
1️⃣ Installing ARIA
Using pip
To install ARIA using pip
, run the following command:
pip install git+https://github.com/kallitsis/ARIA.git
From source
To install ARIA from the source, use the following commands:
git clone https://github.com/kallitsis/aria.git
cd aria
pip install .
2️⃣ Required dependencies
ARIA requires the following dependencies to function properly. These will be installed automatically, but you can verify them if needed:
brightway2>=2.4.6
pandas>=2.2.2
openai>=1.57.0
matplotlib>=3.8.4
plotly>=6.0.0
seaborn>=0.13.2
pytest>=8.3.5
tabulate>=0.9.0
requests>=2.31.0
Now that ARIA is installed, proceed to the Quick Start Guide to configure and start using ARIA! 🚀