Partek Flow Documentation

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On startup Flow attempts to install using pip

 

Python

If there are any conflicts with preinstalled python packages, Flow should be configured to run with its own virtual environment:

 

pip install virtualenv

virtualenv ~/.partekflow/.local

...