Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed May 4, 2018
1 parent 5aef48b commit 658715b
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ Install via pip (recommended)
pip install sqlitebiter
Install in Debian/Ubuntu from a deb package
--------------------------------------------
Installation for Debian/Ubuntu from a deb package
----------------------------------------------------------
#. ``wget https://github.com/thombashi/sqlitebiter/releases/download/<version>/sqlitebiter_<version>_amd64.deb``
#. ``dpkg -iv sqlitebiter_<version>_amd64.deb``

Expand All @@ -111,7 +111,7 @@ Install in Debian/Ubuntu from a deb package
Installing executable files in Windows
--------------------------------------------
----------------------------------------------------------
``sqlitebiter`` can be used in Windows environments without Python installation as follows:

#. Navigate to https://github.com/thombashi/sqlitebiter/releases
Expand Down Expand Up @@ -141,6 +141,17 @@ Installing executable files in Windows
url Scrape tabular data from a URL and convert...
Installation for macOS via Homebrew
----------------------------------------------------------

.. code:: console
$ brew tap thombashi/sqlitebiter
$ brew install sqlitebiter
- `Homebrew Formula <https://github.com/thombashi/homebrew-sqlitebiter>`__


Dependencies
============
Python 2.7+ or 3.4+
Expand Down

0 comments on commit 658715b

Please sign in to comment.