diff --git a/README.md b/README.md index 5466e6b995b8cad51804161c74b9d2855217e474..e6bdc97abcff64d366d7f40ef7ac18a7eeda337b 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