mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 16:32:18 +00:00
Add note for running http server in python 2
This commit is contained in:
@@ -74,6 +74,9 @@ Before running tests, the site must be served at http://localhost:8000.
|
|||||||
```
|
```
|
||||||
$ cd /path/to/bip39/src
|
$ cd /path/to/bip39/src
|
||||||
$ python -m http.server
|
$ python -m http.server
|
||||||
|
|
||||||
|
or for python2
|
||||||
|
$ python -m SimpleHTTPServer
|
||||||
```
|
```
|
||||||
|
|
||||||
Run tests from the command-line
|
Run tests from the command-line
|
||||||
|
|||||||
Reference in New Issue
Block a user