Metadata-Version: 2.1
Name: iteda
Version: 0.9.1.6
Summary: This is a menu to control an integrating sphere through a serial interface (rs232)
Home-page: https://gitlab.com/fabriziodifran/esfera-codigo-verilog
Author: victor esparza
Author-email: vicmaresparza@gmail.com
License: MIT
Description: Integrating sphere how to Readme
        ================================
        
        |License MIT| |Version|
        
        Author(s)
        ---------
        
        -  Victor Esparza
        -  .. rubric:: Fabrizio Di Francesco
              :name: fabrizio-di-francesco
        
           .. rubric:: Getting Started
              :name: getting-started
        
        These instructions will get you a copy of the project up and running on
        your local machine for development and testing purposes. See deployment
        for notes on how to deploy the project on your system.
        
        +--------------------------------------------------------------------------+
        | ### Prerequisites                                                        |
        +--------------------------------------------------------------------------+
        | What things you need to install the software and how to install them:    |
        +--------------------------------------------------------------------------+
        | \* Python 2.7 and or 3.7.1 (latest version) \* pip (latest version) The  |
        | rest of the needed packages is going to be installed as a dependency     |
        | from pip repo.                                                           |
        +--------------------------------------------------------------------------+
        
        Installing process
        ------------------
        
        Navigate to pip repo `pip <https://pypi.org/project/iteda/>`__
        
        All you need is to execute the command displayed in your favourite
        terminal.
        
        Using Iteda software (Unix/Linux/Windows/MacOS)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        ``Unix/Linux``
        
        ::
        
            open a terminal
            cd ~/.local/lib/python2.7/site-packages/iteda  ## this might change depending on the version you are executing
            python iteda.py  ## if you need to see the help add -h to the command
        
        ``Windows``
        
        ::
        
            open a terminal
            cd C:\Python27\Lib\site-packages\iteda ## this might change depending on the version you are executing
            python iteda.py  ## if you need to see the help add -h to the command
        
        ``MacOS``
        
        ::
        
            open a terminal
            cd ~/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/iteda  ## this might change depending on the version you are executing
            python iteda.py  ## if you need to see the help add -h to the command
        
        Versioning
        ----------
        
        We use `GitKraken <https://www.gitkraken.com>`__ for versioning.
        
        Acknowledgments
        ---------------
        
        -  A big thank you to all the iteda team
        
        .. |License MIT| image:: http://img.shields.io/badge/license-MIT-brightgreen.svg
           :target: license.md
        .. |Version| image:: http://img.shields.io/badge/version-2.2-brightgreen.svg
           :target: https://gitlab.com/fabriziodifran/esfera-codigo-verilog/blob/master/Menu_frontend.py
        
Keywords: MENU,UART,SPHERE
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Description-Content-Type: text/markdown
