Skip to content

Commit

Permalink
Add lark-parser as dev requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jul 22, 2018
1 parent f7b98c1 commit 8997ddc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Contributing

#. Fork the repository.

#. Install prerequisites.

.. code-block:: text
pip install -r requirements.txt
#. Implement the new feature or bug fix.

#. Implement test case(s) to ensure that future changes do not break
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lark-parser

0 comments on commit 8997ddc

Please sign in to comment.