Skip to content

Commit

Permalink
Mention csvtool in docs, #883
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed May 21, 2018
1 parent a88c0de commit 5480668
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ Processing
scripts/csvsort
scripts/csvstack

To transpose CSVs, consider `csvtool <http://colin.maudry.com/csvtool-manual-page/>`_. Install ``csvtool`` on Linux using your package manager, or on macOS using::

brew install ocaml
opam install csv
ln -s ~/.opam/system/bin/csvtool /usr/local/bin/
csvtool --help

Output and Analysis
===================

Expand All @@ -39,7 +46,7 @@ Output and Analysis
scripts/csvsql
scripts/csvstat

To diff CSVs, consider `daff <http://paulfitz.github.io/daff/>`_. An alternative to :doc:`csvsql` is `q <https://github.com/harelba/q>`_.
To diff CSVs, consider `daff <https://github.com/paulfitz/daff>`_. An alternative to :doc:`csvsql` is `q <https://github.com/harelba/q>`_.

Common arguments
================
Expand Down
4 changes: 2 additions & 2 deletions docs/tricks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ csvkit is supported on:
* Python 3.3+
* `PyPy <http://pypy.org/>`_

It is tested on OS X, and has also been used on Linux and Windows.
It is tested on macOS, and has also been used on Linux and Windows.

If installing on Ubuntu, you may need to install Python's development headers first::

Expand All @@ -63,7 +63,7 @@ If the installation is successful but csvkit's tools fail, you may need to updat
pip install --upgrade setuptools
pip install --upgrade csvkit

On OS X, if you see `OSError: [Errno 1] Operation not permitted`, try::
On macOS, if you see `OSError: [Errno 1] Operation not permitted`, try::

sudo pip install --ignore-installed csvkit

Expand Down

0 comments on commit 5480668

Please sign in to comment.