From 64a0f5796b3f56fc91ad7734fd6715a96f3e4822 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sun, 19 Jun 2016 21:22:59 +0200 Subject: [PATCH] add informations and license --- README.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8b5f75..c22bf1e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,27 @@ -Esperimenti di Laboratorio I +# Esperimenti di Laboratorio I +## Programmi usati per svolgere i calcoli degli esperimenti + +### Info +Ogni modulo rappresenta un esperimento e produce come output i risultati +richiesti (grafici, valori, tabelle...). +Il modulo [lab](https://github.com/rnhmjoj/lab-I/blob/master/lab.py) esporta +funzioni statistiche usate usate nei vari programmi. Usare `help()` per ottenere +la documentazione specifica ad ogni funzione. + +### Dipendenze +I programmi sono in python 2 (ma facilmente portabile a 3) e richiedono i seguenti +pacchetti di [PyPi](https://pypi.python.org/pypi): + + 1. [numpy](https://pypi.python.org/pypi/numpy) + 2. [matplotlib](https://pypi.python.org/pypi/matplotlib) + 3. [sympy](https://pypi.python.org/pypi/sympy) + 4. [uncertainties](https://pypi.python.org/pypi/uncertainties) + +È inclusa una nix expression ([shell.nix](https://github.com/rnhmjoj/lab-I/blob/master/shell.nix)) +che definisce l'ambiente minimo per eseguire il codice. + +### License +Dual licensed under the MIT and GPL licenses: +http://www.opensource.org/licenses/mit-license.php +http://www.gnu.org/licenses/gpl.html -Programmi usati per svolgere i calcoli degli esperimenti.