From 6598af1bcfa8862d2e06bd89b8a17bd5d3ac9293 Mon Sep 17 00:00:00 2001 From: Simone Donadello Date: Tue, 29 Dec 2015 18:35:01 +0100 Subject: [PATCH] update readme, add mpl dependency --- README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7a409e7..020e92a 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -# Experiment Control BEC TN +# Experiment Control -Software interface for the FPGA-based digital control system, used in the atomic physics experiment of the ultracold gases laboratory at the University of Trento (BEC research group). +Software interface for the FPGA-based digital control system, used in the atomic physics experiment of the ultracold gases laboratory at the University of Trento - Italy (BEC research group). ## Install (Debian/Ubuntu) -Install `python2.7`, `numpy`, and `pyqt4`: +Install `python2.7`, `numpy`, `matplotlib`, and `pyqt4`: ``` -sudo apt-get install python-numpy python-qt4 +sudo apt-get install python-numpy python-matplotlib python-qt4 ``` Install FTDI support (use an updated version for `pylibftdi`): @@ -88,11 +88,18 @@ git stash pop The roadmap of future versions can be found in the wiki: https://github.com/simondona/exp-control-bec-tn/wiki -## Licence -This software is licenced under the [GNU General Public License version 3](http://www.gnu.org/licenses/gpl-3.0.html). + +## Author +* Simone Donadello + + + +## License +This software is licensed under the [GNU General Public License version 3](http://www.gnu.org/licenses/gpl-3.0.html). ``` -Experiment Control BEC TN +Experiment Control + Copyright (C) 2015 Simone Donadello This program is free software: you can redistribute it and/or modify