We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f63051 commit ad6209fCopy full SHA for ad6209f
README.md
@@ -15,9 +15,9 @@
15
16
## Installation
17
18
-*Note*: Newer versions (>=0.4.8.2) of DataTorch client require `libmagic` for file uploads
19
-to datasets. Your system may or may not have `libmagic` pre-installed. Please
20
-make sure you have `libmagic` installed before proceeding.
+*Note*: Newer versions (>=0.4.8.2) of DataTorch client use `libmagic` for more
+accurate mimetype guessing. This falls back to guessing via extension. Consider
+installing `libmagic` if you have issues with file types uploaded to DataTorch.
21
22
```bash
23
pip install datatorch
0 commit comments