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.
pip install datatorchpython3 -m pip install --editable .
pip3 install -r requirements.txtOpen your VSCode settings, by going Code -> Preferences -> Settings. Search
for "python formatting provider" and select "black" from the dropdown menu.
python3 -m build
python3 -m venv env
rm -rf env
source env/bin/activate && pip3 install dist/datatorch-0.6.1-py3-none-any.whl && pip3 install pycocotools
