Installation¶
Generally, the installation procedure is basically the same
for all platforms.
You can install pixelart directly using pip, which
should come with modern Python versions. You need Python 3
in order to run this script.
Windows¶
- Install Python 3. Be sure to install
TclandTk, if this appears in the installation, and to add Python to your PATH. (there should be a checkbox) - Open
cmd. This can be done with the Start menu in modern Windows versions, or with the Run... menu. - Install with
pipby executing the commandpip install pixelart. - To use the gui, use the command
pixelart-guiin the python prompt.
Linux¶
- Install Python 3,
numpy, andpillow, as well asTclandTkif not yet installed. - Use
pipto install, e.g.pip install pixelart. - To use the gui, use the command
pixelart-guiin the python prompt. The commandpixelartprovides an interface usable in the shell.
OS X¶
- Follow same instructions as Linux.