We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58579f commit e0aba86Copy full SHA for e0aba86
1 file changed
README.rst
@@ -10,12 +10,12 @@ latest version of these two packages:
10
* libtcod-cffi: https://pypi.python.org/pypi/libtcod-cffi
11
* python-tdl: https://pypi.python.org/pypi/tdl
12
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.
+You might get errors during the installation of libtcod-cffi such as
+"ImportError: No module named 'cffi.setuptools_ext'"
+This will happen if your cffi module is out of date.
16
17
The recommended way to install is by using pip, but be sure to update your cffi
18
-module first, use the following commands:
+module first. Use the following commands:
19
20
pip install -U cffi
21
pip install tdl
0 commit comments