@@ -14,21 +14,21 @@ cd python-legacy
1414make setup
1515```
1616
17- !!! note
18- If it fails for some reason,
19- you'll need to install
20- [ PDM] ( https://github.com/pdm-project/pdm )
21- manually.
22-
23- You can install it with:
24-
25- ```bash
26- python3 -m pip install --user pipx
27- pipx install pdm
28- ```
29-
30- Now you can try running `make setup` again,
31- or simply `pdm install`.
17+ > NOTE:
18+ > If it fails for some reason,
19+ > you'll need to install
20+ > [ PDM] ( https://github.com/pdm-project/pdm )
21+ > manually.
22+ >
23+ > You can install it with:
24+ >
25+ > ``` bash
26+ > python3 -m pip install --user pipx
27+ > pipx install pdm
28+ > ` ` `
29+ >
30+ > Now you can try running ` make setup` again,
31+ > or simply ` pdm install` .
3232
3333You now have the dependencies installed.
3434
@@ -55,17 +55,14 @@ As usual:
55551. create a new branch: `git checkout -b feature-or-bugfix-name`
56561. edit the code and/or the documentation
5757
58- If you updated the documentation or the project dependencies:
59-
60- 1 . run ` make docs-regen `
61- 1 . run ` make docs-serve ` ,
62- go to http://localhost:8000 and check that everything looks good
63-
6458**Before committing:**
6559
66601. run `make format` to auto-format the code
67611. run `make check` to check everything (fix any warning)
68621. run `make test` to run the tests (fix any issue)
63+ 1. if you updated the documentation or the project dependencies:
64+ 1. run `make docs-serve`
65+ 1. go to http://localhost:8000 and check that everything looks good
69661. follow our [commit message convention](#commit-message-convention)
7067
7168If you are unsure about how to fix or ignore a warning,
0 commit comments