From ba637be8762b89769697795d6e0808d6a6a8c5f1 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 15 Oct 2018 11:45:53 +1100 Subject: [PATCH] Add note for running http server in python 2 --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index b22d4e3..269743c 100644 --- a/readme.md +++ b/readme.md @@ -74,6 +74,9 @@ Before running tests, the site must be served at http://localhost:8000. ``` $ cd /path/to/bip39/src $ python -m http.server + +or for python2 +$ python -m SimpleHTTPServer ``` Run tests from the command-line -- 2.41.0