@@ -61,11 +61,12 @@ Generated Python Package Features
6161Quickstart
6262==========
6363
64- Prerequisites
65- -------------
64+ Installation
65+ ------------
6666
67- You need to have Cookiecutter installed.
68- Check the `Cookiecutter documentation `_ pages for more on Cookiecutter.
67+ .. code-block: shell
68+
69+ pip install --user cookiecutter-python
6970
7071
7172 Usage
@@ -75,8 +76,7 @@ Open a console/terminal and run:
7576
7677 .. code-block :: sh
7778
78- git clone git@github.com:boromir674/cookiecutter-python-package.git
79- cookiecutter cookiecutter-python-package/src/cookiecutter_python
79+ generate-python
8080
8181 Now, you should have generated a new Project for a Python Package, based on the `Template `_!
8282
@@ -89,7 +89,7 @@ Now, you should have generated a new Project for a Python Package, based on the
8989Try Running the Test Suite!
9090
9191 .. code-block :: shell
92-
92+
9393 tox
9494
9595
@@ -147,7 +147,7 @@ For more complex use cases, you can modify the Template and also leverage all of
147147
148148.. _Template : https://github.com/boromir674/cookiecutter-python-package/tree/master/src/cookiecutter_python
149149
150- .. _Use Cases : https://python-package-generator.readthedocs.io/en/master/usage/use_cases .html
150+ .. _Use Cases : https://python-package-generator.readthedocs.io/en/master/contents/30_usage/index .html#new-python-package-use-cases
151151
152152.. _GNU Affero General Public License v3.0 : https://github.com/boromir674/cookiecutter-python-package/blob/master/LICENSE
153153
@@ -196,9 +196,9 @@ For more complex use cases, you can modify the Template and also leverage all of
196196
197197.. Github Releases & Tags
198198
199- .. |commits_since_specific_tag_on_master | image :: https://img.shields.io/github/commits-since/boromir674/cookiecutter-python-package/v1.0 .0/master?color=blue&logo=github
199+ .. |commits_since_specific_tag_on_master | image :: https://img.shields.io/github/commits-since/boromir674/cookiecutter-python-package/v1.1 .0/master?color=blue&logo=github
200200 :alt: GitHub commits since tagged version (branch)
201- :target: https://github.com/boromir674/cookiecutter-python-package/compare/v1.0 .0..master
201+ :target: https://github.com/boromir674/cookiecutter-python-package/compare/v1.1 .0..master
202202
203203.. |commits_since_latest_github_release | image :: https://img.shields.io/github/commits-since/boromir674/cookiecutter-python-package/latest?color=blue&logo=semver&sort=semver
204204 :alt: GitHub commits since latest release (by SemVer)
@@ -235,16 +235,16 @@ For more complex use cases, you can modify the Template and also leverage all of
235235
236236 .. |codacy | image :: https://app.codacy.com/project/badge/Grade/5be4a55ff1d34b98b491dc05e030f2d7
237237 :alt: Codacy
238- :target: https://www .codacy.com/gh/boromir674/cookiecutter-python-package/dashboard?utm_source=github.com&utm_medium=referral&utm_content=boromir674/cookiecutter-python-package&utm_campaign=Badge_Grade
238+ :target: https://app .codacy.com/gh/boromir674/cookiecutter-python-package/dashboard?utm_source=github.com&utm_medium=referral&utm_content=boromir674/cookiecutter-python-package&utm_campaign=Badge_Grade
239239
240240
241241.. Code Climate CI
242242.. Code maintainability & Technical Debt
243243
244244 .. |maintainability | image :: https://api.codeclimate.com/v1/badges/1d347d7dfaa134fd944e/maintainability
245245 :alt: Maintainability
246- :target: https://codeclimate.com/github/boromir674/cookiecutter-python-package/maintainability
246+ :target: https://codeclimate.com/github/boromir674/cookiecutter-python-package/
247247
248248.. |tech-debt | image :: https://img.shields.io/codeclimate/tech-debt/boromir674/cookiecutter-python-package
249249 :alt: Code Climate technical debt
250- :target: https://codeclimate.com/github/boromir674/cookiecutter-python-package/maintainability
250+ :target: https://codeclimate.com/github/boromir674/cookiecutter-python-package/
0 commit comments