update README with sqlite install instructions

bradl/monsters-adult-gold-dragon
James Miller 2020-04-25 01:47:18 -05:00
parent 34ef5a6025
commit 18ea0f22a3
1 changed files with 14 additions and 1 deletions

View File

@ -32,7 +32,20 @@ limitations on concurrent writes won't be an issue either.
Ok! Ok!
You'll need a working python3 installation and the module `pyyaml` installed. You'll need a working python3 installation and the module `pyyaml** installed.
You'll also need a working sqlite3 install to browse the database once
generated. You can visit its website at http://sqlite.org. If you are on an
*nix-style operating sytstem, you can install through your operating system's
package manager.
- ****Debian/Ubuntu**: run as root: `apt install sqlite3`
- **Fedora**: run as root: `dnf install sqlite`
- **Windows**: visit the download page at https://www.sqlite.org/download.html
- **MacOs**: visit the download page at https://www.sqlite.org/download.html
### To install pyyaml ### To install pyyaml