From fd865cf4d6fb5f28ba2d2c43516a5ff41e4de598 Mon Sep 17 00:00:00 2001 From: Jigyasu Date: Mon, 15 Dec 2025 12:52:38 +0530 Subject: [PATCH 1/2] [DOC] Improve Development Setup Instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1406cdd..b1c34c3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,13 @@ Overview of all OpenML components including a docker-compose to run OpenML servi - [Docker](https://docs.docker.com/get-docker/) - [Docker Compose](https://docs.docker.com/compose/install/) version 2.21.0 or higher +## Cloning `services` repository + +Colne the repo from GitHub: +```bash +git clone https://github.com/openml/services.git +``` + ## Usage When using this project for the first time, run: From 926cc2ecda7c48d4a25accfda873045d1cc0b148 Mon Sep 17 00:00:00 2001 From: Jigyasu Date: Mon, 15 Dec 2025 14:53:54 +0530 Subject: [PATCH 2/2] update --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b1c34c3..f652e80 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -# services -Overview of all OpenML components including a docker-compose to run OpenML services locally +# Backend +This guide is applicable to APIv1, please find the APIv2 setup guide [here](https://docs.openml.org/apiv2/contributing/contributing/). + +Overview of all OpenML components including a docker-compose to run OpenML services locally. ## Overview @@ -12,7 +14,7 @@ Overview of all OpenML components including a docker-compose to run OpenML servi ## Cloning `services` repository -Colne the repo from GitHub: +Clone the repo from GitHub: ```bash git clone https://github.com/openml/services.git ```