This is a Python3 version of the https://github.com/mdedonno1337/NIST project.
HOW TO INSTALL?
- Copy NIST folder to your python3 project root folder.
- Activate your project python3 environment (ex. 'source venv/bin/activate' on Linux or 'venvscriptsactivate' on Windows).
- Install required libraries from requirements.txt (ex. pip install -r requirements.txt).
- Assuming that your project virtual environment folder is './venv', from the project root folder, run: 'python install_nist3.py venv NIST3'.