From 33bbfc4f572d54e0d4703971f7f075e552e026a1 Mon Sep 17 00:00:00 2001 From: Fernando Rios Date: Fri, 11 May 2018 12:13:11 -0700 Subject: [PATCH 1/2] remove sqlite installation prerequisite --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index fe76c632..5baf514d 100644 --- a/index.md +++ b/index.md @@ -6,6 +6,6 @@ This Library Carpentry lesson introduces librarians to relational database manag > ## Prerequisites > -> You will need to install [DB Browser for SQLite](http://sqlitebrowser.org) and [SQLite](https://www.sqlite.org/) to complete this lesson. +> You will need to install [DB Browser for SQLite](http://sqlitebrowser.org). {: .prereq} From 9113f418b4dc25d6e18d156e9f4dc2bb852be549 Mon Sep 17 00:00:00 2001 From: Fernando Rios Date: Fri, 11 May 2018 12:15:18 -0700 Subject: [PATCH 2/2] Add Windows installation note for DB Browser --- setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.md b/setup.md index f3ab9a09..a63f222b 100644 --- a/setup.md +++ b/setup.md @@ -11,6 +11,8 @@ permalink: /setup/ You will need to install [DB Browser for SQLite](http://sqlitebrowser.org) to complete these lessons. DB Browser for SQLite provides a graphical user interface for connecting to and interacting with a SQLLite database. This application bundles SQLite, so you won't need to install SQLite separately. +Note: on Windows, the PortableApp download is recommended as the regular version may take a long time to complete on certain systems. + ### SQLite @@ -27,4 +29,4 @@ In order to check they are available type `sqlite3` at the terminal command line 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/). \ No newline at end of file +For a more detailed explanation see this [tutorial](http://www.sqlitetutorial.net/download-install-sqlite/).