Installing the program - TeamMsgExtractor/msg-extractor GitHub Wiki
You can install using pip:
- Pypi
pip install extract-msg- Github
pip install git+https://github.com/TeamMsgExtractor/msg-extractoror you can include this in your list of python dependencies with:
# setup.py
setup(
...
dependency_links=['https://github.com/TeamMsgExtractor/msg-extractor/zipball/master'],
)