Skip to content

Commit

Permalink
Create install_datasets.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchichen committed Jun 16, 2022
1 parent c4f79bd commit 8757bf6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/installers/install_datasets.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail

if [ $# != 0 ]; then
echo "Usage: $0"
exit 1;
fi

python3 -m pip install datasets>=2.0.0

0 comments on commit 8757bf6

Please sign in to comment.