From bb7c91240ff625538e7808d85a8e325e0341b825 Mon Sep 17 00:00:00 2001 From: huongdm1896 <domaihuong1451997@gmail.com> Date: Mon, 3 Feb 2025 13:25:03 +0100 Subject: [PATCH] reorder step --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5466e6b..e6bdc97 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,13 @@ The repository includes an example of Flower (using TensorFlow) in the `Flower_v ## Installation +Clone the repository and navigate to the `eflwr` directory: + +```bash +git clone https://gitlab.irit.fr/sepia-pub/delight/eflwr.git +cd eflwr +``` + This framework requires: - **Python 3.9.2** or higher. - Additional dependencies listed in `requirements.txt`. Install them with: @@ -31,12 +38,10 @@ This framework requires: ``` *Note:* `requirements.txt` includes TensorFlow for running the provided Flower example. - -Clone the repository and navigate to the `Run` directory: +Navifate to `Run` directory: ```bash -git clone https://gitlab.irit.fr/sepia-pub/delight/eflwr.git -cd eflwr/Run +cd Run ``` ## Usage -- GitLab