It's my sync-only (non-async) fork of the older version of VRCpy.
Since it's not on PyPI, if you wish to use it, you have to install it manually.
- If you have the regular vrcpy installed, uninstall it:
python -m pip uninstall vrcpy
- Clone this repo somewhere safe.
- Install it from that place like
python -m pip install -e VRChatPython
To upgrade, just pull changes via git.
Avoid upgrading this package in pip because that will replace it with the Katistic's version.
PS: If anyone knows how to mark it as unupgradeable via pip, please let me know.