FPy An embedded Python DSL for numerical computing. Building Create a virtual environment: python3 -m venv .env/ and activate it using using source .env/bin/activate Then, install the dependencies: pip install -e .[dev]