Add note for running http server in python 2

This commit is contained in:
Ian Coleman
2018-10-15 11:45:53 +11:00
parent 011533e4bc
commit ba637be876

View File

@@ -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