Metadata-Version: 1.1
Name: nuclai
Version: 0.3
Summary: Cross-platform Installer & Runner for nucl.ai tutorials and excercises.
Home-page: https://github.com/aigamedev/nuclai-installer
Author: Alex J. Champandard
Author-email: UNKNOWN
License: GNU GPLv3
Description: Installation
        ============
        
        1. Setup Python 3.4 or above; versions 2.x are not supported.
        
        2. Create and activate a "virtual environment" for Python 3 as follows::
        
        	# All platforms.
        	> python -m venv pyenv
        	
        	# Windows.
        	> pyenv/Scripts/activate.bat
        	# Posix.
        	> source pyenv/bin/activate
        
        3. Install this tool from PIP directly with this short command::
        
        	> pip install nuclai
        	
        4. Test the script to make sure everything works as expected::
        
        	> nuclai help
        
        Usage
        =====
        
        	> nuclai install <package>
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: Free For Home Use
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
