Blame view

src/utils/report/README 317 Bytes
ac31ddb1   Alain Klotz   New celme documen...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
report
===========

A python module for driving a robotic observatory
Web Page: none
License: GNU General Public License

Installation
------------

If you have numpy (http://numpy.scipy.org/) installed, just do

python setup.py install

On some linux distributions, this may need to be

sudo python setup.py install