Skip to content

Commit b0ada3d

Browse files
Update README.md
1 parent 9ec81dc commit b0ada3d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ Uses [pandoc](https://pandoc.org/) to convert HTML files with asset directories
1414
## Usage
1515
```bash
1616
# activate a new virtual environment
17-
python3 -m venv venv; . venv/bin/activate; pip install --upgrade pip
17+
python3 -m venv venv; . venv/bin/activate; pip3 install --upgrade pip
18+
1819
# install dependencies
19-
python -m pip install -r requirements.txt
20+
python3 -m pip install -r requirements.txt
2021

2122
# run program from top-level directory
22-
python convert.py
23+
python3 convert.py
2324
```
2425

2526
## TODO

0 commit comments

Comments
 (0)