Skip to content

Commit

Permalink
docs(*): Update installation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Feb 2, 2024
1 parent be6779a commit aaa3344
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: Python Unittests
on:
push:
branches: [ main ]
paths-ignore:
- '**.md'
pull_request:
branches: [ main ]
paths-ignore:
- '**.md'
workflow_dispatch:

jobs:
Expand Down
7 changes: 7 additions & 0 deletions docs/INSTALLATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@
## Requirements

- Python >= 3.9


## Installation

```bash
pip install cscapi
```

0 comments on commit aaa3344

Please sign in to comment.