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 21d04ef commit a354f5cCopy full SHA for a354f5c
docs/installation.rst
@@ -161,7 +161,7 @@ The **recommended way using a dedicated virtualenv** goes like this:
161
. bin/activate
162
xargs -n1 pip install -U <<<"pip setuptools wheel"
163
pip uninstall -y distribute 2>/dev/null
164
- pip install -U pyrocore
+ pip install -U "pyrocore[templating]"
165
ln -nfs $(egrep -l '(from.pyrocore.scripts|entry_point.*pyrocore.*console_scripts)' $PWD/bin/*) ~/bin
166
167
# Check success
0 commit comments