Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 463 Bytes

README.rst

File metadata and controls

25 lines (16 loc) · 463 Bytes

Installation

  1. 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
    
  1. Install this tool from PIP directly with this short command:

    > pip install nuclai
    
  2. Test the script to make sure everything works as expected:

    > nuclai --help
    

Usage

> nuclai install <package>