Skip to content

Commit d6676b2

Browse files
committed
Minor edits to README.rst:x
1 parent 081fc9b commit d6676b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ REQUIREMENTS
1313
pyobjcryst requires Python 2.6 or 2.7, C++ compiler and the following
1414
software:
1515

16-
* `libobjcryst` - Object-Oriented Crystallographic Library for C++,
16+
* **libobjcryst** - Object-Oriented Crystallographic Library for C++,
1717
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
2121

2222
With the exception of libobjcryst, the required software is commonly
2323
available in system package manager, for example, on Ubuntu Linux the
@@ -26,7 +26,7 @@ required software can be installed as::
2626
sudo apt-get install \
2727
python-setuptools python-dev libboost-dev build-essential
2828

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::
3030

3131
sudo port install \
3232
python27 py27-setuptools scons boost

0 commit comments

Comments
 (0)