From 68e7a4b7f1f9bdf69ff92256123fb735583c61ba Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 24 Aug 2019 10:27:45 +0200 Subject: add pattern installer script --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 4beeec2..b98699c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Command line to observe how [Conway's game of life](https://www.wikiwand.com/en/ `> pip install pygame` Patterns database can be downloaded [here](www.conwaylife.com/patterns/all.zip), put all files in the [patterns](patterns/) directory. +Or you can run the `install_patterns.sh` script. ## Usage -- cgit