Skip to content

Commit

Permalink
add data module pip install doc
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Dec 8, 2023
1 parent f1c3962 commit 4bee40d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mltb2/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bee40d

Please sign in to comment.