Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed May 5, 2019
1 parent 15ebb21 commit 3e3bd11
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/pages/installation.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Installation
============

Install from PyPI
------------------------------
::

pip install pytablewriter
Expand All @@ -19,6 +22,14 @@ Some of the formats require additional dependency packages, you can install the
- All of the extra dependencies
- ``pip install pytablewriter[all]``

Install from PPA (for Ubuntu)
------------------------------
::

sudo add-apt-repository ppa:thombashi/ppa
sudo apt update
sudo apt install python3-pytablewriter


Dependencies
============
Expand Down

0 comments on commit 3e3bd11

Please sign in to comment.