Skip to content

Commit a354f5c

Browse files
committed
docs: install Tempita when using PyPI option
1 parent 21d04ef commit a354f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ The **recommended way using a dedicated virtualenv** goes like this:
161161
. bin/activate
162162
xargs -n1 pip install -U <<<"pip setuptools wheel"
163163
pip uninstall -y distribute 2>/dev/null
164-
pip install -U pyrocore
164+
pip install -U "pyrocore[templating]"
165165
ln -nfs $(egrep -l '(from.pyrocore.scripts|entry_point.*pyrocore.*console_scripts)' $PWD/bin/*) ~/bin
166166
167167
# Check success

0 commit comments

Comments
 (0)