Installation
Requirements
- Python 3.10 or newer
- Radiance — required for Radiance simulation workflows; must be installed separately and available on
PATH
Install frads
All Python dependencies are installed automatically:
$ pip install frads
Verify
>>> import frads
>>> print(frads.__version__)
2.1.15