felipesanches / AnotherWorld_VMTools

Toolchain for software development targeting the virtual machine originally designed for Eric Chahi's Another World game.
21 stars 2 forks source link

pip install ExecTrace from git (or from a PyPI package) #3

Closed felipesanches closed 1 year ago

felipesanches commented 3 years ago

https://github.com/felipesanches/ExecTrace

... instead of keeping our own copy of it in this repo.

felipesanches commented 3 years ago

This should go into the requirements.txt file

toymak3r commented 3 years ago

This could be done as git submodule from git, too. Which do you prefer ?

felipesanches commented 3 years ago

I prefer requirements.txt

But leave this one to me. I noticed that the development of ExecTrace diverged between the upstream repo and the copy we have hosted here. So I want to ensure the newer ExecTrace does not introduce bugs. I will inspect this carefully before implementing the fix.

felipesanches commented 3 years ago

I need to fix #1 before, though

felipesanches commented 1 year ago

This was finally done this month ;-)