Skip to content

Commit 9b8c4e0

Browse files
sync: update from python-copier-template
1 parent 8b69d95 commit 9b8c4e0

2 files changed

Lines changed: 2 additions & 17 deletions

File tree

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@ Tools:
2525
- [uv](https://docs.astral.sh/uv/): manage dependencies, Python versions and virtual environments
2626
- [ruff](https://docs.astral.sh/ruff/): lint and format Python code
2727
- [pytest](https://docs.pytest.org/en/): run unit tests
28+
- [ty](https://github.com/astral-sh/ty): type check Python code
2829
- [prek](https://github.com/j178/prek): manage pre-commit hooks (fast, Rust-based)
2930
- [prettier](https://prettier.io/): format YAML and Markdown
3031
- [codespell](https://github.com/codespell-project/codespell): check spelling in source code
3132

3233
## Installation
3334

34-
### Application
35-
3635
Install package and pinned dependencies with the [`uv`](https://docs.astral.sh/uv/) package manager:
3736

3837
1. Install `uv`. See instructions for Windows, Linux or MacOS [here](https://docs.astral.sh/uv/getting-started/installation/).
@@ -57,20 +56,6 @@ Install package and pinned dependencies with the [`uv`](https://docs.astral.sh/u
5756
source .venv/bin/activate
5857
```
5958

60-
### Library
61-
62-
If using `pip` or `uv pip`, a specific version of the package can be installed with:
63-
64-
```bash
65-
pip install git+ssh://git@github.com/Komorebi-AI/python-template.git@0.1.0
66-
```
67-
68-
It can also be added to the `requirements.in` or `pyproject.toml`. If using `uv`, it can be added as a dependency with:
69-
70-
```bash
71-
uv add "template @ git+https://github.com/Komorebi-AI/python-template@0.1.0"
72-
```
73-
7459
## Setup development environment (Unix)
7560

7661
Install [`uv`](https://docs.astral.sh/uv/getting-started/installation/) and prek hooks:

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)