# Requirements

In order to use dotnetfile you need to have at least Python v3.7 installed.

Additionally, you need to install the Python module pefile, a Portable Executable reader. You can easily install it with the help of PIP:
pip3 install pefile