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