diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -74,6 +74,9 @@ Before running tests, the site must be served at http://localhost:8000. | |||
74 | ``` | 74 | ``` |
75 | $ cd /path/to/bip39/src | 75 | $ cd /path/to/bip39/src |
76 | $ python -m http.server | 76 | $ python -m http.server |
77 | |||
78 | or for python2 | ||
79 | $ python -m SimpleHTTPServer | ||
77 | ``` | 80 | ``` |
78 | 81 | ||
79 | Run tests from the command-line | 82 | Run tests from the command-line |