Pre-Requisites
To install NAPE from source code, you first need the following installed on your machine:
Python 3.0 or greater
View the official Python Installation Documentation to install Python 3.0 or greater. Python is required to execute the NAPE Test of Details python scripts.
pip
Python generally comes with PIP, but it does not, here is how you install PIP
Rust
Rust is the main programming language used to create NAPE. View the official Rust Installation documentation.
Make
Make is used to orchestrate the build and install commands for both NAPE cli and NAPE-Evaluator CLI. We recommend you use your favorite package manager to install Make onto your machine. It can be either GNU Make or CMake.
Below are a set of common ways to install Make on your machine given you operating system:
Here are detailed directions by Samsor Rahman on how to use MinGW to install Make on Windows.