Setup Python 3.4 or above in a virtual environment:
# All platforms. > python -m venv --system-site-packages pyenv # Windows 7/8/10. > pyenv/Scripts/activate.bat # MacOSX and Linux. > source pyenv/bin/activate
Install this tool from PIP directly with this short command:
> pip install nuclai
Test the script to make sure everything works as expected:
> nuclai --help
> nuclai install <package>