diff --git a/source/docs/contributing/photonvision-docs/building-docs.rst b/source/docs/contributing/photonvision-docs/building-docs.rst index 7fe1b7f..93f63d6 100644 --- a/source/docs/contributing/photonvision-docs/building-docs.rst +++ b/source/docs/contributing/photonvision-docs/building-docs.rst @@ -12,7 +12,7 @@ Installing Python Dependencies ------------------------------ You must install a set of Python dependencies in order to build the documentation. To do so, you can run the following command in the root project directory: -``pip install -r requirements.txt`` +``python -m pip install -r requirements.txt`` Building the Documentation -------------------------- diff --git a/source/index.rst b/source/index.rst index e322c0a..62a87b4 100644 --- a/source/index.rst +++ b/source/index.rst @@ -1,7 +1,7 @@ .. image:: assets/PhotonVision-Header-onWhite.png :alt: PhotonVision -Welcome to the official documentation of PhotonVision! PhotonVision is the free, fast, and easy-to-use vision processing solution for the *FIRST*\ Robotics Competition. PhotonVision is designed to get vision working on your robot *quickly*, without the significant cost of other similar solutions. PhotonVision supports a variety of COTS hardware, including the Raspberry Pi 3 and 4, the `Gloworm smart camera `_, and the `SnakeEyes Pi hat `_. +Welcome to the official documentation of PhotonVision! PhotonVision is the free, fast, and easy-to-use vision processing solution for the *FIRST*\ Robotics Competition. PhotonVision is designed to get vision working on your robot *quickly*, without the significant cost of other similar solutions. PhotonVision supports a variety of COTS hardware, including the Raspberry Pi 3 and 4, the `Gloworm smart camera `_, the `SnakeEyes Pi hat `_, and the Orange Pi 5. Content ------- @@ -32,7 +32,7 @@ Content :link: docs/examples/index :link-type: doc - View various step by step guides on how to use data from PhotonVision in your code, along with a game-specific example. + View various step by step guides on how to use data from PhotonVision in your code, along with game-specific examples. .. grid:: 2 @@ -40,7 +40,7 @@ Content :link: docs/hardware/index :link-type: doc - Select appropriate hardware for high-quality, easy vision target detection. + Select appropriate hardware for high-quality and easy vision target detection. .. grid-item-card:: Contributing :link: docs/contributing/index