From 5ad8ef5d004f3607a3a6dec3be626bb37ff00866 Mon Sep 17 00:00:00 2001 From: ditaajipratama Date: Thu, 13 Jun 2024 13:01:17 +0700 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 1ebeec4..0a68588 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,22 @@ along with this program. If not, see https://www.gnu.org/licenses/. ## Requirement & Installation +### Clone the repository + +Clone the repository with `--recursive` when cloning the repo. + + git clone https://gitea.ditaajipratama.net/aji/costapy.git --recursive + +Note that if you forgot the `--recursive` flag you can do: + + git submodule update --init + +Note that when submodules have other submodules you need recursive option. + + git submodule update --init --recursive + +### Dependencies + You need this libraries to use CostaPy: - bottle - gunicorn