Posted January 14, 2022 by Diego Ramirez
#python
Hello folks!
This devlog is mostly a guide for installing the necessary tools for these distributions of Diddi and the Bugs:
pyxel-dist
)source
)Identify your version of the game
It depends of the date of the install. If it goes after one of the devlogs tagged with #release
, that’s the version. To see the GitHub project on that version, go to https://github.com/DiddiLeija/diddi-and-the-bugs/releases.
Once you are in the GitHub project at some tag, see the requirements.txt
file. You should see the related Pyxel dependency on that file (on a format of type pyxel==[version]
).
Installing Pyxel
To install the standalone Pyxel edition, go to https://github.com/kitao/pyxel/releases, and find the same release than the version of Diddi and the Bugs you have (see above). Then install the standalone executable that apply on that release.
If you prefer to install with Pip, you can both download and install the requirements file (after downloading, run pip install -r requirements.txt
). Or you can just install the Pyxel version of that requirements file, via pip install pyxel==[version]
.
Python version
This only applies for the source code edition.
It is recommended to follow this requirement.
Last updated: 15/03/2022