Skip to content

Commit b1801fe

Browse files
committed
Add requirements.txt
1 parent f8c4e17 commit b1801fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To set things up locally, create a virtual environment and install the required
1010
```
1111
python3 -m venv .venv
1212
source .venv/bin/activate
13-
python -m pip install "pelican[markdown]"
13+
python -m pip install -r requirements.txt
1414
```
1515

1616
## Running the Development Server

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pelican[markdown]

0 commit comments

Comments
 (0)