From f391253126fb3669bd9cf92645c090d7716aa8c2 Mon Sep 17 00:00:00 2001 From: Arisu Tachibana Date: Wed, 6 Nov 2024 20:01:42 +0900 Subject: [PATCH] Update README.md --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 52aa6dd..0ef6bbc 100644 --- a/README.md +++ b/README.md @@ -11,28 +11,17 @@ kci-dev is a cmdline tool for interact with a enabled KernelCI server ## Quickstart -Using poetry and virtualenv +Using PyPI and virtualenv ```sh virtualenv .venv source .venv/bin/activate -pip install poetry -poetry install -poetry run kci-dev +pip install kci-dev ``` ## Contributing to kci-dev The kci-dev project welcomes, and depends on, contribution from developers and users in the open source community. -## Contributing guide - -Run the following checks before sending a PR -```sh -poetry run black --check --verbose . -poetry run isort . --check --diff -poetry run pytest -rP -``` - ## License [LGPL-2.1](https://github.com/kernelci/kci-dev/blob/main/LICENSE)