Installation¶
Make sure all of nifreeze’ External Dependencies are installed.
On a functional Python 3.10 (or above) environment with pip
installed,
nifreeze can be installed using the habitual command
$ python -m pip install nifreeze
Check your installation with the following command line
$ python -c "from nifreeze import __version__; print(__version__)"