-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.TXT
57 lines (35 loc) · 1.34 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
46
47
48
49
50
51
52
53
54
55
56
57
=================
Pyswisseph README
=================
This package contains the Python extension to the Swiss Ephemeris
(or Pyswisseph, or python-swisseph as you wish), along with the
SwissEph source code itself, created by AstroDienst.
- Pyswisseph Homepage: http://astrorigin.ch/pyswisseph
- Downloads source: http://pypi.python.org/pypi/pyswisseph
- Fork me on GitHub: https://github.com/astrorigin/pyswisseph
- AstroDienst: http://www.astro.com/swisseph
Linux & Unix-like systems with GCC
==================================
To install in sites-packages, just the usual way:
« python setup.py install »
To build the extension only:
« python setup.py build »
Windows
=======
With Windows, it is recommended to use MSVC 201x or MinGW, with help of
the CMake build system.
-> CMake website: http://cmake.org/
Please note:
MinGW: directory separator of PYSWE_DEFAULT_EPHE_PATH must be entered as a
triple backslash: "\\\". Eg: C:\\\swisseph\\\ephe
MSVC: directory separator of PYSWE_DEFAULT_EPHE_PATH must be entered as a
double backslash: "\\". Eg: C:\\swisseph\\ephe
Licensing
=========
The Pyswisseph package adopts the GNU Public License version 2 (or later).
See the COPYING file.
Contact
=======
Any feedback about Pyswisseph is welcome:
Stanislas Marquis <[email protected]>
..