diff options
| author | Steve Piercy <web@stevepiercy.com> | 2017-01-01 10:48:42 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2017-01-01 10:48:42 -0800 |
| commit | b867c82ee8f502ed239a3efa3d5c03685b58c569 (patch) | |
| tree | 2293890f036b377147141a6befbdeac59984bccb /docs/tutorials | |
| parent | 43549fb2a3cbe915d8c727cd680e94389532d2e1 (diff) | |
| download | pyramid-b867c82ee8f502ed239a3efa3d5c03685b58c569.tar.gz pyramid-b867c82ee8f502ed239a3efa3d5c03685b58c569.tar.bz2 pyramid-b867c82ee8f502ed239a3efa3d5c03685b58c569.zip | |
Remove notes about cookiecutter installation, as they now remove sudo for most systems
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/wiki/installation.rst | 4 | ||||
| -rw-r--r-- | docs/tutorials/wiki2/installation.rst | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst index b99196474..6cd7fbbc2 100644 --- a/docs/tutorials/wiki/installation.rst +++ b/docs/tutorials/wiki/installation.rst @@ -19,10 +19,6 @@ Install cookiecutter -------------------- We will use a :term:`cookiecutter` to create a Python package project from a Python package project template. See `Cookiecutter Installation <https://cookiecutter.readthedocs.io/en/latest/installation.html>`_ for instructions. -.. note:: - - At the time of writing, the installation instructions for Cookiecutter suggest the optional use of ``sudo``, implying to install it in the system Python. We suggest that you install it in a virtual environment instead. - Generate a Pyramid project from a cookiecutter ---------------------------------------------- diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index 2142a0c0c..794566985 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -31,10 +31,6 @@ Install cookiecutter -------------------- We will use a :term:`cookiecutter` to create a Python package project from a Python package project template. See `Cookiecutter Installation <https://cookiecutter.readthedocs.io/en/latest/installation.html>`_ for instructions. -.. note:: - - At the time of writing, the installation instructions for Cookiecutter suggest the optional use of ``sudo``, implying to install it in the system Python. We suggest that you install it in a virtual environment instead. - Generate a Pyramid project from a cookiecutter ---------------------------------------------- |
