GumTreeDiff / pythonparser

A python backend for the GumTree diff tool.
GNU Lesser General Public License v3.0
8 stars 10 forks source link

Create requirements.txt to help users know which packages are needed #6

Closed hayleefay closed 4 years ago

hayleefay commented 4 years ago

These are the packages that are not in base python for python2.7.

Run the following command to get the packages needed for pythonparser to work: pip install -r requirements.txt

jrfaller commented 4 years ago

Wow cool! I just opened the issue and I already have a PR 👍 Merging this! BTW, I am not at all a python expert, but I have heard of tools such as pipenv or poetry. Do you know them? Do you think they would make sense for pythonparser?

Cheers!