File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ REQUIREMENTS
13
13
pyobjcryst requires Python 2.6 or 2.7, C++ compiler and the following
14
14
software:
15
15
16
- * ` libobjcryst ` - Object-Oriented Crystallographic Library for C++,
16
+ * ** libobjcryst ** - Object-Oriented Crystallographic Library for C++,
17
17
https://github.com/diffpy/libobjcryst/
18
- * ` setuptools ` - tools for installing Python packages
19
- * ` python-dev ` - header files for interfacing Python with C
20
- * ` libboost-dev ` - Boost C++ libraries development files
18
+ * ** setuptools ** - tools for installing Python packages
19
+ * ** python-dev ** - header files for interfacing Python with C
20
+ * ** libboost-dev ** - Boost C++ libraries development files
21
21
22
22
With the exception of libobjcryst, the required software is commonly
23
23
available in system package manager, for example, on Ubuntu Linux the
@@ -26,7 +26,7 @@ required software can be installed as::
26
26
sudo apt-get install \
27
27
python-setuptools python-dev libboost-dev build-essential
28
28
29
- For Mac OS X machine with the MacPorts package manager the installation is:
29
+ For Mac OS X machine with the MacPorts package manager the installation is::
30
30
31
31
sudo port install \
32
32
python27 py27-setuptools scons boost
You can’t perform that action at this time.
0 commit comments