jazzband / tablib

Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://tablib.readthedocs.io/
MIT License
4.59k stars 590 forks source link

Docs: Suggest quotes when pip installing with optional dependencies #474

Closed hugovk closed 4 years ago

hugovk commented 4 years ago

Fixes https://github.com/jazzband/tablib/issues/473.

Some shells require quotes when using square brackets: pip install "tablib[all]"

I believe other shells work fine with quotes too, so let's include them in the docs for when people copy and paste.