From 4bee40de9a8b86430c2cbc10f030050d51555a89 Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Fri, 8 Dec 2023 11:30:28 +0100 Subject: [PATCH] add data module pip install doc --- mltb2/data.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mltb2/data.py b/mltb2/data.py index 5098369..92c078e 100644 --- a/mltb2/data.py +++ b/mltb2/data.py @@ -4,7 +4,11 @@ # This software is distributed under the terms of the MIT license # which is available at https://opensource.org/licenses/MIT -"""Data loading functionality.""" +"""Data loading functionality. + +Use pip to install the necessary dependencies for this module: +``pip install mltb2[data]`` +""" import os from hashlib import sha256