Skip to content

Commit

Permalink
install lark parser (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas authored Nov 19, 2018
1 parent 03df7a8 commit 5fc494c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Linux-Development-Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Install development tools and ROS tools
flake8-docstrings \
flake8-import-order \
flake8-quotes \
git+https://github.com/lark-parser/lark.git@0.7b \
pytest-repeat \
pytest-rerunfailures
# [Ubuntu 16.04] install extra packages not available or recent enough on Xenial
Expand Down
2 changes: 1 addition & 1 deletion OSX-Development-Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ You need the following things installed to build ROS 2:

.. code-block:: bash
python3 -m pip install argcomplete catkin_pkg colcon-common-extensions coverage empy flake8 flake8-blind-except flake8-builtins flake8-class-newline flake8-comprehensions flake8-deprecated flake8-docstrings flake8-import-order flake8-quotes mock nose pep8 pydocstyle pyparsing setuptools vcstool
python3 -m pip install argcomplete catkin_pkg colcon-common-extensions coverage empy flake8 flake8-blind-except flake8-builtins flake8-class-newline flake8-comprehensions flake8-deprecated flake8-docstrings flake8-import-order flake8-quotes git+https://github.com/lark-parser/lark.git@0.7b mock nose pep8 pydocstyle pyparsing setuptools vcstool
#.
*Optional*\ : if you want to build the ROS 1<->2 bridge, then you must also install ROS 1:
Expand Down
2 changes: 1 addition & 1 deletion OSX-Install-Binary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ You need the following things installed before installing ROS 2.

.. code-block:: bash
python3 -m pip install catkin_pkg empy pyparsing pyyaml setuptools argcomplete
python3 -m pip install catkin_pkg empy git+https://github.com/lark-parser/lark.git@0.7b pyparsing pyyaml setuptools argcomplete
Disable System Integrity Protection (SIP)
-----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Windows-Development-Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Then you can continue installing other Python dependencies:

.. code-block:: bash
> pip install -U catkin_pkg EmPy pyparsing pyyaml
> pip install -U catkin_pkg EmPy git+https://github.com/lark-parser/lark.git@0.7b pyparsing pyyaml
Next install testing tools like ``pytest`` and others:

Expand Down
2 changes: 1 addition & 1 deletion Windows-Install-Binary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ You must also install some python dependencies for command-line tools:

.. code-block:: bash
python -m pip install -U catkin_pkg empy pyparsing pyyaml setuptools
python -m pip install -U catkin_pkg empy git+https://github.com/lark-parser/lark.git@0.7b pyparsing pyyaml setuptools
Downloading ROS 2
-----------------
Expand Down

0 comments on commit 5fc494c

Please sign in to comment.