EricTRocks / pyflowgraph

Python Module for displaying flowgraphs using Pyside or PyQt.
BSD 3-Clause "New" or "Revised" License
76 stars 29 forks source link

Infos: Works with Python 3.6 too. #12

Open melMass opened 7 years ago

melMass commented 7 years ago

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