From 23e739cf22a93aef8c6b6f629f4cb00370357772 Mon Sep 17 00:00:00 2001 From: Jan Kieseler Date: Fri, 8 Nov 2024 18:05:29 +0100 Subject: [PATCH] changes to readme and only py3.11 in mac --- .github/workflows/build_and_upload.yml | 12 ++++++------ README.md | 9 +++++++-- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_and_upload.yml b/.github/workflows/build_and_upload.yml index f43b6ae..9758eab 100644 --- a/.github/workflows/build_and_upload.yml +++ b/.github/workflows/build_and_upload.yml @@ -22,12 +22,12 @@ jobs: - os: ubuntu-latest python-version: "3.11" cpython-tag: "cp311" - - os: macos-14 # Add macOS - python-version: "3.9" - cpython-tag: "cp39" - - os: macos-14 - python-version: "3.10" - cpython-tag: "cp310" + #- os: macos-latest # Add macOS, below py3.11 not working + # python-version: "3.9" + # cpython-tag: "cp39" + #- os: macos-latest + # python-version: "3.10" + # cpython-tag: "cp310" - os: macos-latest python-version: "3.11" cpython-tag: "cp311" diff --git a/README.md b/README.md index 49b6b64..49f8322 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,18 @@ ## Installation -To install the latest version of `djcdata` from GitHub, run: +The package can be installed via pip for linux distributions from python 3.9 - 3.11: +``` +pip install djcdata +``` + +For other distributions, you can install the latest version of `djcdata` from GitHub; run: ```bash pip install git+https://github.com/jkiesele/djcdata ``` -**Note**: The installation requires `cmake` version 3 or higher. On some systems (e.g., `lxplus7`), you might need to add `cmake` to your `PATH`: +**Note**: The github installation requires `cmake` version 3 or higher. On some systems (e.g., `lxplus7`), you might need to add `cmake` to your `PATH`: ```bash export PATH=/cvmfs/sft.cern.ch/lcg/contrib/CMake/latest/Linux-x86_64/bin:$PATH