For debian-like Linux (check your own way in case of another distro)
sudo apt install python3 python3-pip
Set up virtual env
## cd my folder with virtu...
For debian-like Linux (check your own way in case of another distro)
sudo apt install python3 python3-pip
Set up virtual env
## cd my folder with virtual env example
cd ~
## init venv
python3 -m venv my_nsz_env
## activate venv
source my_nsz_env/bin/activate
## install nsz
pip3 install nsz
## deactivate venv
deactivate
## repeat cd & activate action
## to re-activate virtual env and use nsz again
Decompress NSZ file
nsz -D ./file.nsz