thinkle / gourmet

Gourmet Recipe Manager
GNU General Public License v2.0
341 stars 141 forks source link

Wheel dependencies #1016

Open mtsinc1 opened 3 years ago

mtsinc1 commented 3 years ago

It appears that in the current main branch, one must manually install certain pre-requisite packages to run Gourmet Recipe Manager.

Steps to Reproduce

Per installation notes.

Expected Behavior

pip/pip3 can auto-resolve dependencies if properly configured.

Current Behavior

To date, it isn't.

Possible Solution

Add dependencies to the setup.py script.

Environment