Skip to content

Commit

Permalink
Update cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jan 15, 2025
1 parent ab2ed66 commit 74b5828
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/cthoyt/cookiecutter-snekpack",
"commit": "dd4b8804c2238bf10e5f8f6c2269a699a21fef0f",
"commit": "3257f18b9b5dc6922830dea64f9e0ab8b42a40e4",
"checkout": null,
"context": {
"cookiecutter": {
Expand All @@ -23,7 +23,7 @@
"__runner_tests": "py",
"__gh_slug": "cthoyt/pystow",
"_template": "https://github.com/cthoyt/cookiecutter-snekpack",
"_commit": "dd4b8804c2238bf10e5f8f6c2269a699a21fef0f"
"_commit": "3257f18b9b5dc6922830dea64f9e0ab8b42a40e4"
}
},
"directory": null
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ The most recent code and data can be installed directly from GitHub with uv:
$ uv --preview pip install git+https://github.com/cthoyt/pystow.git
```

or with pip
or with pip:

```console
$ UV_PREVIEW=1 python3 -m pip install git+https://github.com/cthoyt/pystow.git
Expand Down
6 changes: 3 additions & 3 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The most recent release can be installed from
$ uv pip install pystow
or pip:
or with pip:

.. code-block:: console
Expand All @@ -21,7 +21,7 @@ The most recent code and data can be installed directly from GitHub with uv:
$ uv --preview pip install git+https://github.com/cthoyt/pystow.git
or pip:
or with pip:

.. code-block:: console
Expand All @@ -34,7 +34,7 @@ or pip:

Installing for development
--------------------------
To install in development mode with uv, use the following
To install in development mode with uv:

.. code-block:: console
Expand Down

0 comments on commit 74b5828

Please sign in to comment.