@@ -40,43 +40,43 @@ grouped dependency installations.
4040
41411 . Generate Your Project
4242
43- Use Cookiecutter to create a new project from the template:
43+ Use Cookiecutter to create a new project from the template:
4444
45- ``` bash
46- cookiecutter https://github.com/danibcorr/python-project-template.git
47- ```
45+ ``` bash
46+ cookiecutter https://github.com/danibcorr/python-project-template.git
47+ ```
4848
49- Follow the prompts to configure project metadata, package name, and other options.
49+ Follow the prompts to configure project metadata, package name, and other options.
5050
51512 . Install Dependencies
5252
53- Activate your virtual environment and install all dependencies using the included
54- ` Makefile ` :
53+ Activate your virtual environment and install all dependencies using the included
54+ ` Makefile ` :
5555
56- ``` bash
57- make install
58- ```
56+ ``` bash
57+ make install
58+ ```
5959
60- This installs development, testing, and documentation tools as defined in
61- ` pyproject.toml ` .
60+ This installs development, testing, and documentation tools as defined in
61+ ` pyproject.toml ` .
6262
63633 . Run the Pipeline
6464
65- Execute the quality pipeline, which includes linting, type checking, security analysis,
66- complexity checks, and test execution:
65+ Execute the quality pipeline, which includes linting, type checking, security
66+ analysis, complexity checks, and test execution:
6767
68- ``` bash
69- make pipeline
70- ```
68+ ``` bash
69+ make pipeline
70+ ```
7171
72724 . Run the Full Workflow (Optional)
7373
74- To perform a complete setup including dependency installation, full quality checks, and
75- local documentation preview:
74+ To perform a complete setup including dependency installation, full quality checks,
75+ and local documentation preview:
7676
77- ``` bash
78- make all
79- ```
77+ ``` bash
78+ make all
79+ ```
8080
81- This ensures that the project environment is fully prepared for development and
82- validation.
81+ This ensures that the project environment is fully prepared for development and
82+ validation.
0 commit comments