Closed KPLauritzen closed 7 years ago
When running pip install -r requirements.txt it fails on pynYNAB===dev. I removed ===dev, and updated main.py. The import statement failed with the pip installed version of pynYNAB.
pip install -r requirements.txt
pynYNAB===dev
===dev
main.py
pynYNAB
Thanks a lot for this!
When running
pip install -r requirements.txt
it fails onpynYNAB===dev
. I removed===dev
, and updatedmain.py
. The import statement failed with the pip installed version ofpynYNAB
.