Skip to content

Commit c13f4d4

Browse files
authored
Add jsonschema to windows install requirements (ros2#3356)
Signed-off-by: Emerson Knapp <[email protected]>
1 parent 2d24cf5 commit c13f4d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/Installation/Alternatives/macOS-Development-Setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ You need the following things installed to build ROS 2:
8787
cryptography empy flake8 flake8-blind-except==0.1.1 flake8-builtins \
8888
flake8-class-newline flake8-comprehensions flake8-deprecated \
8989
flake8-docstrings flake8-import-order flake8-quotes \
90-
importlib-metadata lark==1.1.1 lxml matplotlib mock mypy==0.931 netifaces \
90+
importlib-metadata jsonschema lark==1.1.1 lxml matplotlib mock mypy==0.931 netifaces \
9191
nose pep8 psutil pydocstyle pydot pygraphviz pyparsing==2.4.7 \
9292
pytest-mock rosdep rosdistro setuptools==59.6.0 vcstool
9393

source/Installation/_Windows-Install-Prerequisites.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Now install some additional python dependencies:
124124

125125
.. code-block:: bash
126126
127-
python -m pip install -U catkin_pkg cryptography empy importlib-metadata lark==1.1.1 lxml matplotlib netifaces numpy opencv-python PyQt5 pillow psutil pycairo pydot pyparsing==2.4.7 pyyaml rosdistro
127+
python -m pip install -U catkin_pkg cryptography empy importlib-metadata jsonschema lark==1.1.1 lxml matplotlib netifaces numpy opencv-python PyQt5 pillow psutil pycairo pydot pyparsing==2.4.7 pyyaml rosdistro
128128
129129
Install Qt5
130130
^^^^^^^^^^^

0 commit comments

Comments
 (0)