diff --git a/README.md b/README.md index 5eea3fc..54a49ca 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@
License Python Version - PyPI Version + PyPI Version

@@ -86,10 +86,10 @@ Skillware/ ### 1. Installation -You can install Skillware directly from GitHub: +You can install Skillware directly from PyPI: ```bash -pip install git+https://github.com/arpahls/skillware.git +pip install skillware ``` Or for development, clone the repository and install in editable mode: diff --git a/docs/TESTING.md b/docs/TESTING.md index 3be8219..6bbc832 100644 --- a/docs/TESTING.md +++ b/docs/TESTING.md @@ -2,6 +2,14 @@ Skillware maintains high standards for code quality and reliability. Before submitting a Pull Request, please ensure your code passes all linting and testing checks. +## Quick Setup + +Install all testing and linting dependencies in one go: + +```bash +pip install -e .[dev] +``` + ## 1. Code Formatting (Black) We use **Black** as our uncompromising code formatter. It ensures that all code looks the same, regardless of who wrote it, eliminating discussions about style.