Open tboy1337 opened 1 month ago
Hey, what are the exact requirements of the project? It only says Python 3.7 or higher in the README but I understand it needs some Microsoft/C++ dependencies to work? Could you specify the exact dependencies to get tgcrypto working on Linux please?
Python 3.7 or higher
You don't need any Microsoft dependencies on Linux. Just install it via pip:
$ pip3 install -U tgcrypto
Hey, what are the exact requirements of the project? It only says
Python 3.7 or higher
in the README but I understand it needs some Microsoft/C++ dependencies to work? Could you specify the exact dependencies to get tgcrypto working on Linux please?