]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - readme.md
Merge branch 'master' into master
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / 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