Skip to content

Commit

Permalink
Updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-gupta committed Aug 6, 2024
1 parent e13221b commit ca39f6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pip-tools integration for edgetest

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/edgetest-pip-tools)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![PyPI version](https://badge.fury.io/py/edgetest-pip-tools.svg)](https://badge.fury.io/py/edgetest-pip-tools)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/edgetest-pip-tools/badges/version.svg)](https://anaconda.org/conda-forge/edgetest-pip-tools)

Expand Down Expand Up @@ -37,7 +37,7 @@ Getting Started
---------------

This `edgetest` plugin runs after the test execution. If the last environment successfully
passes, this plugin will refresh `requirements.txt` using `pip-tools`. To use this plugin,
passes, this plugin will refresh `requirements.txt` using `uv pip compile`. To use this plugin,
you must use the ``--export`` flag in your CLI call:

```console
Expand Down
4 changes: 2 additions & 2 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Getting Started
---------------

This `edgetest` plugin runs after the test execution. If the last environment successfully
passes, this plugin will refresh `requirements.txt` using `pip-tools`. To use this plugin,
passes, this plugin will refresh `requirements.txt` using `uv pip compile`. To use this plugin,
supply ``--export`` to your CLI call:


Expand Down Expand Up @@ -59,7 +59,7 @@ If you want to specify a PyPI index, supply `index_url` in your configuration:
index_url = "https://myindex.com"
If you want to include extra installations in your `pip-tools` call add a newline-separated list of
If you want to include extra installations in your `uv pip compile` call add a newline-separated list of
extras:


Expand Down

0 comments on commit ca39f6b

Please sign in to comment.