Document how to install PhotonLib of specific version (#1392)

This commit is contained in:
vic123
2024-08-18 12:37:45 +08:00
committed by GitHub
parent c5c2a7a6f9
commit 0493ef9133
3 changed files with 7 additions and 1 deletions

View File

@@ -38,3 +38,9 @@ Add photonlibpy to `pyproject.toml`.
]
See `The WPILib/RobotPy docs <https://docs.wpilib.org/en/stable/docs/software/python/pyproject_toml.html>`_ for more information on using `pyproject.toml.`
Install Specific Version - Java/C++
-----------------------------------
In cases where you want to test a specific version of PhotonLib, make sure you have finished the steps in Online Install - Java/C++ and then manually change the version string in the photonlib vendordep json file(at ``/path/to/your/project/vendordep/photonlib.json``) to your desired version.
.. image:: images/photonlib-vendordep-json.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 KiB