-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
45 lines (36 loc) · 1.94 KB
/
readme.txt
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
SNOMTOOLS Package
Copyright (C) 2017 M. Hartelt and others, AG Aeschlimann, FB Physik, TU Kaiserslautern
In case of problems, bugs or questions, contact
Michael Hartelt
This program 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 3 of the License, or
(at your option) any later version.
This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
For optimal performance, use Python 3, 64 bit.
The package was originally written in Python 2 and was adapted to Python 3.
Python 2 is supported through the use of the future module, but full support is not prioritized in the further development, especially since the End-of-Life of Python 2 in 2020.
32 bit versions of Python work, but especially for large data and on Windows, out-of-memory problems may occur.
Before installation, make sure that pip and git are installed on your system and usable from the command line.
To install, run:
>>> pip install -r requirements.txt
>>> python setup.py develop --user
If python 2 is the standard python version of your system, and you want to install under python 3:
>>> pip3 install -r requirements.txt
>>> python3 setup.py develop --user
To build documentation with sphinx, you have to install sphinx on your computer:
e.g.
Debian based Linux:
>>> sudo apt-get install python-sphinx
Redhat based Linux(as root):
>>> yum install install python-sphinx
Than you can execute the makefile in ./doc, for example in html output format:
>>> cd doc
>>> make html
The result will be in ./doc/build/