-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
55 lines (40 loc) · 2.39 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
INSTALLAZIONE
================================================================================
PY-ACQUA - programma in licenza GPL per la gestione dell'acquario - è scritto in
linguaggio Python. Per questo motivo funziona su ogni sistema operativo che
supporti Python. PY-ACQUA funziona quindi su WINDOWS e su LINUX/UNIX, FREEBSD.
-> Installare PY-ACQUA sotto Windows
Per far funzionare PY-ACQUA sotto windows bisogna installare
1. Python - (http://www.python.org/)
2. Le Librerie Gtk - (http://gladewin32.sourceforge.net/)
3. Le Librerie Pygtk - (http://www.pcpm.ucl.ac.be)
4. Pysqlite2 - (http://initd.org/pub/software/pysqlite/)
5. Matplotlib - (http://matplotlib.sourceforge.net/)
Dopo aver installato il tutto basta lanciare il file acqua.py
Installare PY-ACQUA su sistemi operativi GNU/Linux/FREEBSD
Su questi sistemi operativi Python viene generalmente installato di default (per
scoprirlo aprite una shell e digitate python): nella maggior parte dei casi vi
basta installare solo le pygtk, pysqlite2 e matplotlib (vedi punti 3, 4 e 5 della
installazione sotto windows). Se Python non fosse installato, semplicemente
seguite i passaggi descritti per l'installazione di Windows.
Dopo aver installato il tutto basta lanciare il file acqua.py
Se per caso state aggiornando da una versione precedente, scompattate il nuovo
archivio del programma direttamente su quello nuovo e sovrascrivere i file, poi
lanciate agdb.py che serve per aggiornare il database. Se tutto e andato bene
potete usare il programma lanciando acqua.py
LICENZA
================================================================================
This file is part of Py-Acqua
Copyright (C) 2005, 2007 Py-Acqua
Web: http://www.pyacqua.net
email: [email protected]
Py-Acqua is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.
Py-Acqua is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
Py-Acqua; if not, write to the Free Software Foundation, Inc., 51 Franklin St,
Fifth Floor, Boston, MA 02110-1301 USA