Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Windows dev environment

azlux edited this page Jun 3, 2020 · 3 revisions

On Windows, setting up the bot is a lot harder than Linux(like Debian)

Two libraries will have different install method compared to Linux : Magic and Opus

Magic

magic DLL can be obtain with pip3 install python-magic-bin

Opus

You need DLL from opuslib:

  • opus.dll (renamed from libopus-0.dll)
  • libwinpthread-1.dll
  • libgcc_s_sjlj-1.dll (libgcc_s_seh-1.dll in case of 64bits)

32bits Python version

64bits Python version

Clone this wiki locally