From ad460161070aa6c02d80e201479e4149efc3ba98 Mon Sep 17 00:00:00 2001 From: Drew Oldag Date: Fri, 14 Apr 2023 15:16:22 -0700 Subject: [PATCH] Clarifying new project command line instructions. --- docs/source/new_project.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/new_project.rst b/docs/source/new_project.rst index dfec88b8..c9ca9353 100644 --- a/docs/source/new_project.rst +++ b/docs/source/new_project.rst @@ -10,7 +10,7 @@ the template. .. code-block:: bash - >> copier gh:lincc-frameworks/python-project-template + >> copier gh:lincc-frameworks/python-project-template Copier will ask you questions for how to set up the project. These questions will be used to fill in aspects of the project's configuration, including both @@ -85,7 +85,7 @@ Use ``pip`` to install both the standard set of dependencies as well as the .. code-block:: bash - >> cd {{project_name}} + >> cd >> pip install -e . ... Lots of output