I've added a poetry configuration to the project to separate installation of libraries to a virtual environment. Poetry will also make future publishing of the library easier, and once the docx-csv-mailmerge.py has been improved to a CLI it will make running the library (via poetry) much easier.
I created the poetry .toml file to mirror the choice and use of python 2.7 as upgrading to python 3 requires making several changes to docx-csv-mailmerge.py, which should be done in a separate PR 👍
Verify these changes by fetching and pulling down the repo and following my instructions in the README.
I've added a poetry configuration to the project to separate installation of libraries to a virtual environment. Poetry will also make future publishing of the library easier, and once the
docx-csv-mailmerge.py
has been improved to a CLI it will make running the library (via poetry) much easier.I created the poetry
.toml
file to mirror the choice and use of python 2.7 as upgrading to python 3 requires making several changes todocx-csv-mailmerge.py
, which should be done in a separate PR 👍Verify these changes by fetching and pulling down the repo and following my instructions in the
README
.