File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
1717The 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
You can’t perform that action at this time.
0 commit comments