From e3e3a32a3b0bc1fd3ba38fb880455c17735c66fa Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Wed, 31 May 2017 17:31:09 -0400 Subject: [PATCH] Adds python2 note in ReadMe.md as requested in #4 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a0503f3..05129c3 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,17 @@ I used several excellent third party libraries... - `pyhull` for delaunay triangulation - `Shapely` for all kinds of 2D geometry operations +### Requirements + +This project currently uses Python 2. You may use a [virtualenv](http://python-guide-pt-br.readthedocs.io/en/latest/dev/virtualenvs/) + ### How to Run The script will generate several random maps and save them as PNG files. git clone https://github.com/fogleman/PirateMap.git cd PirateMap + # make sure you run python2 then pip install -r requirements.txt python main.py