add informations and license
This commit is contained in:
parent
58fc894bc3
commit
64a0f5796b
28
README.md
28
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.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user