Skip to content

Commit 5b11086

Browse files
committed
Minor updates to developer documentation.
1 parent 6eeaa91 commit 5b11086

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tools/ReadMe.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dev --editable .`. The `--editable` flag makes it so that all code changes take
2929
immediate effect without re-installing the package.
3030

3131
When using Pip, follow the standard workflow: Create a virtual Python
32-
environment `python -m venv .venv`, activate it, and install the project in it
33-
with `pip install --group dev --editable .`
32+
environment with `python -m venv .venv`, activate it, and install the project
33+
in it with `pip install --group dev --editable .`
3434

3535
[UV]: https://docs.astral.sh/uv
3636
[Pip]: https://pip.pypa.io
@@ -57,8 +57,8 @@ with `pip install --group dev --editable .`
5757
❯ git pull
5858
❯ git branch --force stable
5959
❯ git branch --force 1.3
60-
❯ git push origin stable
61-
❯ git push origin 1.3
60+
❯ git push upstream stable
61+
❯ git push upstream 1.3
6262
```
6363
- Publish to PyPI via GitHub Action.
6464
- Create release on GitHub, tag it (like `v1.3.1`), add release notes.

0 commit comments

Comments
 (0)