Skip to content

Installing the program

Destiny Peterson edited this page Jul 9, 2022 · 3 revisions

You can install using pip:

  • Pypi
pip install extract-msg
  • Github
pip install git+https://github.com/TeamMsgExtractor/msg-extractor

or you can include this in your list of python dependencies with:

# setup.py

setup(
    ...
    dependency_links=['https://github.com/TeamMsgExtractor/msg-extractor/zipball/master'],
)
Clone this wiki locally