Installation

This module works on Python 3.6+.

Unix-like system users

  1. Ensure you have installed c compiler on your device
  2. Ensure you have installed python version >= 3.6
  3. You can install this module manually via github:
  4. Another way is installing this module via pip.
    • Run command-line
    • Run command python -m pip install securefile-handler

Windows system users

  1. Ensure you have correctly set and installed C Windows Compiler (you can follow https://wiki.python.org/moin/WindowsCompilers)
  2. Ensure you have installed python version >= 3.6
  3. You can install this module manually via github:
  4. Another way is installing this module via pip.
    • Run command-line
    • Run command py -3 -m pip install securefile-handler