Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Oh, thanks!

What’s the difference between

py -m pip install tcod

and

pip install tcod

? The link you shared said to install it using the py -m command (which worked for me), but I’m not sure what that command does.

(2 edits)

I'm not a Windows user, I was not sure either. I found this on stackoverflow:
https://stackoverflow.com/questions/50896496/what-is-the-difference-between-py-a...

If the command:

py -m pip install tcod

Worked for you, perhaps you should try it in place of `python` that I provided in my instructions.