centaurialpha / pireal

Relational Algebra Interpreter writting in Python and Qt
GNU General Public License v3.0
32 stars 6 forks source link

Mention required packages to run (also install) from source #35

Closed allentiak closed 8 years ago

allentiak commented 8 years ago

Hi, I've just cloned the repository, but I get no information regarding which libraries to install to make the program work (neither tag "v1.0.2" nor "master").

Even though I can see it needs Python 3 and PyQT5.Qt.Quick (because it crashes otherwise), I don't know which packages to install (e.g., in Debian "testing", there are at least two packages related with Qt.Quick in Python3, python3-pyqt5.qtquick and qml-module-qtquick2. The one Pireal needs is the second one.).

centaurialpha commented 8 years ago

Thanks! but there is a problem to merge the branch

centaurialpha commented 8 years ago

I think the problem is because you not have the updated branch.

allentiak commented 8 years ago

I'll check it and get back to you.

centaurialpha commented 8 years ago

Good :)

centaurialpha commented 8 years ago

Anyway I have already included its changes and is on the list of contributors. Thanks!

allentiak commented 8 years ago

You're welcome.