Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 512 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 512 Bytes

NCFE EVM

EVM program for NCFE.

Dependencies

Built-in Python Modulesrandom, string, os.

These do not have to be installed separately.

External Python Packages/Modulesflask, pymongo, cryptography, pillow.

These can be installed from the command line using pip.

pip install flask pymongo cryptography pillow

Admin Specific Dependencies (Only required on one computer)fpdf.

This can be installed from the command line using pip.

pip install fpdf