Skip to content

Commit 74dfb49

Browse files
committed
update again
1 parent 2285fba commit 74dfb49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ check:
2121
misspell README.md CONTRIBUTING.md
2222

2323
setup:
24-
pip install --upgrade --user pip
25-
pip install -Ur --user ./scripts/requirements.txt
24+
pip install --user --upgrade --requirement ./scripts/requirements.txt
2625

2726
clean:
2827
rm schema.csv schema.md

scripts/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
pip
12
PyYAML
23
autopep8

0 commit comments

Comments
 (0)