X Tutup
Skip to content

Commit 34a582b

Browse files
committed
Administrivia
1 parent 2711c8d commit 34a582b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ This uses setup.py, so it follows the standard Python routine:
4949
::
5050

5151
pip install -r requirements.txt
52+
pip install -r requirements-dev.txt
5253
python setup.py install # may need sudo
5354
# or if you have pyenv:
5455
python setup.py develop

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
spark_parser >= 1.0.1
1+
spark_parser >= 1.0.2

test-requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)
X Tutup