We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec81dc commit b0ada3dCopy full SHA for b0ada3d
README.md
@@ -14,12 +14,13 @@ Uses [pandoc](https://pandoc.org/) to convert HTML files with asset directories
14
## Usage
15
```bash
16
# activate a new virtual environment
17
-python3 -m venv venv; . venv/bin/activate; pip install --upgrade pip
+python3 -m venv venv; . venv/bin/activate; pip3 install --upgrade pip
18
+
19
# install dependencies
-python -m pip install -r requirements.txt
20
+python3 -m pip install -r requirements.txt
21
22
# run program from top-level directory
-python convert.py
23
+python3 convert.py
24
```
25
26
## TODO
0 commit comments