Skip to content

Commit

Permalink
Add sqlite command line tool install instructions data-lessons#23 dat…
Browse files Browse the repository at this point in the history
  • Loading branch information
thegsi committed Jun 1, 2017
1 parent 5fa5ce3 commit 2e53fd8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@ root: .
---
This Library Carpentry lesson introduces librarians to relational database management system using SQLite. At the conclusion of the lesson you will: understand what SQLite does; use SQLite to summarise and link databases.



> ## Prerequisites
>
> You will need to install [Firefox](https://www.mozilla.org/en-US/firefox/products/) and [SQLite](https://www.sqlite.org/) to complete this lesson.
{: .prereq}

> #### Linux and Mac OS x
> SQLite command line tools come preinstalled on Linux and Mac OS x.
> In order to check they are available type `sqlite3` at the terminal command line. To exit type `.exit`.
> #### Windows
> On Windows download the [Windows Installer](https://github.com/swcarpentry/windows-installer/releases/download/v0.3/SWCarpentryInstaller.exe)
Copy the file to a directory and open the directory using the windows command line. Type `sqlite3`.

> For a more detailed explanation see this [tutorial](http://www.sqlitetutorial.net/download-install-sqlite/).

0 comments on commit 2e53fd8

Please sign in to comment.