Skip to content

Commit

Permalink
shorter title and other minor costemic changes (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Jul 14, 2023
1 parent 0e06dd5 commit 27a9965
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Python project.
The template supports and encourages well engineered software by helping researchers with
standard software development tasks (`Software Process`_).

How the Python Template helps to deliver standard development tasks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
How to deliver standard software development tasks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The table below lists standard development tasks and how the Python Template helps to deliver them.
Paying heed to the following tasks at the earliest stage of development should support the
creation of well defined, maintainable, well documented, and well tested code.
Expand Down Expand Up @@ -90,15 +90,15 @@ Similarly, you can install your VE using `mambaforce`_ by replacing conda with m
conda activate ssptVE
pip install -r requirements-dev.txt


2. Run `Cookiecutter`_ with the URL of this template

::

cookiecutter https://github.com/SciKit-Surgery/PythonTemplate.git

3. Answer the questions to configure your template (press enter to choose defaults), for further details on available
answers see "List of Parameters" below.
answers.
See "List of Parameters" below.

4. Create a local git repository for your new project and commit the files.

Expand Down

0 comments on commit 27a9965

Please sign in to comment.