This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Working with Command Line in Win64 / Windows 10 Home | |
Installed SQLite and DB Browser for SQLite | |
In Command Prompt: | |
pip install sqlite | |
pip install SQLite | |
pip install sqlite3 | |
pip install SQLite3 | |
All give output that "ERROR: Could not find a version that satisfies the requirement" |