From 021770f6ab9dee43499a879f44a5a95380717713 Mon Sep 17 00:00:00 2001 From: Roman Fitzjalen Date: Thu, 20 Feb 2025 00:57:17 +0100 Subject: [PATCH] add meson ninja in makefile ci --- .github/workflows/makefile.yml | 1 + README.md | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 6c9e8fc..fd45c13 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -22,6 +22,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install meson ninja pip install -e . - name: Run Makefile target (e.g., test) diff --git a/README.md b/README.md index 7456848..5ba2766 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,6 @@ It simplifies the tasks of loading, transforming, analyzing, and visualizing dat Read more about available modules [here](documents/readme_modules.md) -# Install -Below is an improved version of the installation instructions that you could use for the Optimed repository: - ---- - ## Installation Optimed is available via [PyPI](https://pypi.org/project/optimed/), which makes installation quick and easy. Follow the steps below to install the package for your desired setup.