From aaa33442bcba1ea657b511b1a9dadba2700682f3 Mon Sep 17 00:00:00 2001 From: Julien Loizelet Date: Fri, 2 Feb 2024 18:43:33 +0900 Subject: [PATCH] docs(*): Update installation doc --- .github/workflows/unittests.yml | 4 ++++ docs/INSTALLATION_GUIDE.md | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 42f4edf..6986d24 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -3,8 +3,12 @@ name: Python Unittests on: push: branches: [ main ] + paths-ignore: + - '**.md' pull_request: branches: [ main ] + paths-ignore: + - '**.md' workflow_dispatch: jobs: diff --git a/docs/INSTALLATION_GUIDE.md b/docs/INSTALLATION_GUIDE.md index dd4e5a1..6cb1f6f 100644 --- a/docs/INSTALLATION_GUIDE.md +++ b/docs/INSTALLATION_GUIDE.md @@ -7,3 +7,10 @@ ## Requirements - Python >= 3.9 + + +## Installation + +```bash +pip install cscapi +``` \ No newline at end of file