diff options
author | Ian Coleman <ian@iancoleman.io> | 2018-10-15 11:45:53 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2018-10-29 17:14:16 +1100 |
commit | ba637be8762b89769697795d6e0808d6a6a8c5f1 (patch) | |
tree | 397fa2c9a65ad522ca92414a6fc000e88d374fb9 | |
parent | 011533e4bc1d49a6675dedf5bfaabefb7de41088 (diff) | |
download | BIP39-ba637be8762b89769697795d6e0808d6a6a8c5f1.tar.gz BIP39-ba637be8762b89769697795d6e0808d6a6a8c5f1.tar.zst BIP39-ba637be8762b89769697795d6e0808d6a6a8c5f1.zip |
Add note for running http server in python 2
-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 |