Skip to content

Commit

Permalink
“Update”
Browse files Browse the repository at this point in the history
  • Loading branch information
abyzov committed Aug 19, 2023
1 parent 0cdcd2e commit 786d116
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ $ ./papers_csv.py -a alexej.abyzov > papers.csv

(III) Generate page
```
$ python generate.py > index.html
$ python3 generate.py > index.html
```

(IV) Test
```
$ python -m SimpleHTTPServer
$ python3 -m SimpleHTTPServer
```
Then open in broser [web page](localhost:8000)

Expand Down
Loading

0 comments on commit 786d116

Please sign in to comment.