Skip to content

Commit e8cc2e8

Browse files
committed
Add instructions in README to run locally with Python 3
1 parent e314cd9 commit e8cc2e8

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22

33
## Production environment
44

5-
https://ablazejuk.github.io/musicians-helper/
5+
[https://ablazejuk.github.io/musicians-helper/](https://ablazejuk.github.io/musicians-helper/)
66

77
## Run Locally
88

9-
```
9+
### Python 2
10+
11+
```python
1012
python -m SimpleHTTPServer 8000
1113
```
1214

13-
Open http://localhost:8000/ in your browser.
15+
### Python 3
16+
17+
```python
18+
python -m http.server 8000
19+
```
20+
21+
Open [http://localhost:8000/](http://localhost:8000/) in your browser.

0 commit comments

Comments
 (0)