Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 521 Bytes

readme.rst

File metadata and controls

11 lines (6 loc) · 521 Bytes

This is a Python3 version of the https://github.com/mdedonno1337/NIST project.

HOW TO INSTALL?

  1. Copy NIST folder to your python3 project root folder.
  2. Activate your project python3 environment (ex. 'source venv/bin/activate' on Linux or 'venvscriptsactivate' on Windows).
  3. Install required libraries from requirements.txt (ex. pip install -r requirements.txt).
  4. Assuming that your project virtual environment folder is './venv', from the project root folder, run: 'python install_nist3.py venv NIST3'.