Skip to content

Commit e0aba86

Browse files
committed
copied readme update from libtcod-cffi
1 parent e58579f commit e0aba86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ latest version of these two packages:
1010
* libtcod-cffi: https://pypi.python.org/pypi/libtcod-cffi
1111
* python-tdl: https://pypi.python.org/pypi/tdl
1212

13-
If installing from setup.py or pip you might get errors during the
14-
installation of libtcod-cffi, this can happen if your cffi module is out of
15-
date.
13+
You might get errors during the installation of libtcod-cffi such as
14+
"ImportError: No module named 'cffi.setuptools_ext'"
15+
This will happen if your cffi module is out of date.
1616

1717
The recommended way to install is by using pip, but be sure to update your cffi
18-
module first, use the following commands:
18+
module first. Use the following commands:
1919

2020
pip install -U cffi
2121
pip install tdl

0 commit comments

Comments
 (0)