From: Ian Coleman Date: Mon, 15 Oct 2018 00:45:53 +0000 (+1100) Subject: Add note for running http server in python 2 X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=ba637be8762b89769697795d6e0808d6a6a8c5f1 Add note for running http server in python 2 --- 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