]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Add note for running http server in python 2
authorIan Coleman <ian@iancoleman.io>
Mon, 15 Oct 2018 00:45:53 +0000 (11:45 +1100)
committerIan Coleman <ian@iancoleman.io>
Mon, 29 Oct 2018 06:14:16 +0000 (17:14 +1100)
readme.md

index b22d4e37bf4aea39b9a00b049e282cd95f31b9a4..269743c96c27fdca4dbb70b3ba088465dd57ca76 100644 (file)
--- 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