X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=readme.md;h=269743c96c27fdca4dbb70b3ba088465dd57ca76;hp=b22d4e37bf4aea39b9a00b049e282cd95f31b9a4;hb=acf4c9b588c6abcc275b4e46df54248a2c913366;hpb=0460b53f3aff1745fd2727c094d12f90cfbe1d10 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