You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,15 @@
3
3
==============
4
4
The latest Windows installer can be found on PyPI: https://pypi.python.org/pypi/tdl
5
5
6
-
Or if it's available you can use pip instead by running the command: pip install tdl
6
+
If it's available you can use pip instead by running the command:
7
7
8
-
This module can also be manually installed by going into the "setup.py"
9
-
directory and running the command: python setup.py install
8
+
pip install tdl
10
9
11
-
Already compiled libtcod libraries are included as part of the package data.
12
-
They won't need to be compiled as part of the installation, but can be replaced
13
-
with newer versions if necessary.
10
+
This module can also be manually installed by going into the "setup.py" directory and running the command:
11
+
12
+
python setup.py install
13
+
14
+
Already compiled libtcod libraries are included as part of the package data. They won't need to be compiled as part of the installation, but can be replaced with newer versions if necessary.
0 commit comments