MacOS

  1. Clone the FFC directory as a project in Terminalarrow-up-right and navigate to the directory on your computer.

    git clone https://github.com/leogoesger/func-flow.git
    cd func-flow/
  2. Create and activate a virtual environmentarrow-up-right.

    python3 -m venv my-virtualenv
    source my-virtualenv/bin/activate
  3. Install dependencies using piparrow-up-right.

    pip install -r requirements.txt

Last updated