Skip to main content

This is a menu to control an integrating sphere through a serial interface (rs232)

Project description

Integrating sphere how to Readme

License MIT Version

Author(s)

  • Victor Esparza

  • Fabrizio Di Francesco

    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

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
python ## execute python terminal (python 2)
from iteda import iteda  ## now we import the program
iteda.main()  ## execute the menu

Windows

open a terminal (if you have installed ubuntu environment inside the windows)
python ## execute python terminal (python 2)
from iteda import iteda  ## now we import the program
iteda.main()  ## execute the menu

MacOS

open a terminal
python ## execute python terminal (python 2)
from iteda import iteda  ## now we import the program
iteda.main()  ## execute the menu

Versioning

We use GitKraken for versioning.

Acknowledgments

  • A big thank you to all the iteda team

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iteda-1.10.tar.gz (6.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page