Installation¶
The installable package containing fues and uenvelope modules is dcsmm.
Requires Python 3.11+.
Option 1: Library only¶
Install FUES and the upper-envelope interface without cloning the repo. This is
the simplest option if you want to use fues and the benchmark upper-envelope
methods in your own application.
Runtime dependencies, including numba, numpy, scipy,
HARK, and
ConSav, are
installed automatically. See pyproject.toml for the full list and version
pins.
Option 2: With examples¶
Clone the repo and install with example dependencies (matplotlib, pyyaml,
seaborn, kikku). This includes
everything in Option 1 plus the example models in the repo checkout.
You can then run a simple example solve:
The interactive notebook at examples/retirement/notebooks/retirement_fues.ipynb
walks through the retirement model step by step.
Option 3: Developer (editable)¶
Full setup with editable install, examples, and all dependencies including the dolo-plus compiler. Use this if you are modifying the source.
git clone https://github.com/akshayshanker/FUES.git
cd FUES
bash setup/setup_venv.sh
source .venv/bin/activate
This creates a local .venv, installs dcsmm in editable mode, and verifies
the install.
Run the full timing sweep: