zayKenyon / VALORANT-rank-yoinker

A Python app which retrieves the VALORANT rank and players' equipped skins during a match
https://zayKenyon.github.io/VALORANT-rank-yoinker/
ISC License
433 stars 134 forks source link

Changed README.md to include Visual C++ dependencies #139

Closed ovosimpatico closed 1 year ago

ovosimpatico commented 1 year ago

Microsoft Visual C++ 2015 seems to be a vRY dependency, because of this issue: https://discord.com/channels/872101595037446144/1078240840700395531/1078240840700395531

vcruntime140.dll is part of Visual C++ 2015 - people who don't have it will not be able to run the bundled release.

This change includes Visual C++ to be a dependency, as well as a link to install it.