Installation
EconSimulacra requires Python ≥ 3.10, < 3.13.
PyPI
pip install econsimulacra
From Source
git clone https://github.com/SimulacraBusiness/econsimulacra.git
cd econsimulacra
pip install poetry
poetry install
Optional: vLLM Backend
The vLLM backend requires a separate virtual environment because some of its dependencies conflict with the core package:
python -m venv .venv-vllm
source .venv-vllm/bin/activate
pip install vllm