aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2018-10-15 11:45:53 +1100
committerIan Coleman <ian@iancoleman.io>2018-10-29 17:14:16 +1100
commitba637be8762b89769697795d6e0808d6a6a8c5f1 (patch)
tree397fa2c9a65ad522ca92414a6fc000e88d374fb9 /readme.md
parent011533e4bc1d49a6675dedf5bfaabefb7de41088 (diff)
downloadBIP39-ba637be8762b89769697795d6e0808d6a6a8c5f1.tar.gz
BIP39-ba637be8762b89769697795d6e0808d6a6a8c5f1.tar.zst
BIP39-ba637be8762b89769697795d6e0808d6a6a8c5f1.zip
Add note for running http server in python 2
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 3 insertions, 0 deletions
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.
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
78or for python2
79$ python -m SimpleHTTPServer
77``` 80```
78 81
79Run tests from the command-line 82Run tests from the command-line