jarrodparkes / mbox-to-csv

Python script for converting MBOX files to CSV.
87 stars 31 forks source link

curious as to why docker is required #6

Closed mark-hahn closed 4 years ago

mark-hahn commented 5 years ago

I'm curious as to why docker is required.

jarrodparkes commented 5 years ago

Docker isn't a strict requirement, it is intended to give you the flexibility of running the script even if you don't keep the same Python toolchain on your machine. If you want, you can run the Python script without Docker (assuming you are running Python 2.7+ locally)