article-image

How to Install SQLite on Windows: A Visual Walkthrough

author-avatar-1
Lazy Programmer
January 2, 2018

Quite a few students in my SQL course have asked me about how to install SQLite on Windows.

On the surface, it seems pretty simple: download some files, unzip them, put them into C:\sqlite, and add C:\sqlite to your PATH.

Most people who use Windows don’t have experience with setting environment variables or using the command line and so, I’ve decided to create this visual walkthrough to help.

Hope you find it useful!

 

Get the latest news to your inbox!

Latest articles

View all
blog article image

AI Safety is Dead: Game Theory Explains Why

In this blog post, we take a game-theoretic perspective to explain why prioritizing AI safety — while well-meaning — is not a rational choice....

Read more
blog article image

[NEW COURSE] Evolutionary AI: Deep Reinforcement Learning in Python (v2)

Deep reinforcement learning (RL) has given us some of the most jaw-dropping breakthroughs in AI — from robots that can walk and run, to AlphaGo...

Read more
blog article image

What is the Sliding Window Method in Time Series Analysis?

Sliding Window Method in Time Series Analysis: A Self-Supervised Learning Approach The sliding window method is a foundational technique in time...

Read more