pyflowgraph icon indicating copy to clipboard operation
pyflowgraph copied to clipboard

Infos: Works with Python 3.6 too.

Open melMass opened this issue 8 years ago • 0 comments

Hi,

Lovely idea! Just FYI, it's also working with Python 3.6 Now that pip installs PyQt5, I just had to remove PySide (which is not 3.6 compliant) from the requirements.

# inside an env
git clone https://github.com/EricTRocks/pyflowgraph.git
cd pyflowgraph
vim setup.py # remove the PySide dep.
pip install --editable .
python tests/twoNodes.py

Thanks a lot

melMass avatar Apr 07 '17 18:04 melMass