@@ -16,15 +16,16 @@ http://diffpy.github.io/pyobjcryst.
16
16
REQUIREMENTS
17
17
------------
18
18
19
- pyobjcryst requires Python 2.7, C++ compiler and the following software:
19
+ pyobjcryst requires Python 3.6, 3.5, 3.4 or 2.7, C++ compiler and
20
+ the following software:
20
21
21
22
* ``libobjcryst `` - Object-Oriented Crystallographic Library for C++,
22
23
https://github.com/diffpy/libobjcryst
23
24
* ``setuptools `` - tools for installing Python packages
24
25
* ``NumPy `` - library for scientific computing with Python
25
- * ``scons `` - software constructions tool (1.0 or later)
26
26
* ``python-dev `` - header files for interfacing Python with C
27
27
* ``libboost-all-dev `` - Boost C++ libraries and development files
28
+ * ``scons `` - software constructions tool (optional)
28
29
29
30
We recommend to use `Anaconda Python <https://www.continuum.io/downloads >`_
30
31
as it allows to install all software dependencies together with
@@ -62,13 +63,13 @@ You may need to use ``sudo`` with system Python so the process is
62
63
allowed to copy files to system directories. If administrator (root)
63
64
access is not available, see the usage information from
64
65
``python setup.py install --help `` for options to install to
65
- a user-writable location. The installation integrity can be verified by
66
- changing to the HOME directory and running ::
66
+ a user-writable location. The installation integrity can be
67
+ verified by executing the included tests with ::
67
68
68
69
python -m pyobjcryst.tests.run
69
70
70
71
An alternative way of installing pyobjcryst is to use the SCons tool,
71
- which can speed up the installation by compiling C++ files in several
72
+ which can speed up the process by compiling C++ files in several
72
73
parallel jobs (-j4)::
73
74
74
75
scons -j4 install
0 commit comments