Skip to content

aigamedev/nuclai-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

    > nuclai --help

Usage

> nuclai install <package>

About

Cross-platform Installer & Runner for nucl.ai tutorials and excercises.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published