Skip to content

Commit 602b205

Browse files
committed
Add requirements.txt and pin Text Extensions for Pandas at a single version"
1 parent 0bbfe81 commit 602b205

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ the corpus, run the commands below. The CoNLL-2003 corpus is licensed for resear
66
sure to adhere to the terms of the license when using this data set!
77

88
```bash
9-
pip3 install text-extensions-for-pandas
9+
pip3 install -r requirements.txt
1010
python3 scripts/download_and_correct_corpus.py
1111
```
1212

requirements.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Requirements to run the scripts in this repository.
2+
# Install these dependencies with the command:
3+
# pip3 install -r requirements.txt
4+
# Fix the version of this library to ensure consistent output.
5+
text-extensions-for-pandas==0.1b1
6+
matplotlib
7+

0 commit comments

Comments
 (0)