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/).