From 6ea6f1491ea9c1aad4120a94957f16ed0687942c Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Mon, 8 Apr 2024 08:35:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E2=80=94=20Reintroduce=20develo?= =?UTF-8?q?per=20installation=20guide?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/developer/installing.md | 11 +++++++++++ docs/index.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 docs/developer/installing.md diff --git a/docs/developer/installing.md b/docs/developer/installing.md new file mode 100644 index 0000000..633d519 --- /dev/null +++ b/docs/developer/installing.md @@ -0,0 +1,11 @@ +# Installing for development + +To install all what you need to develop on Argos, do: + +```bash +git clone https://framagit.org/framasoft/framaspace/argos.git +cd argos +make develop +``` + +It will create a virtualenv and install all the needed dependencies in it. diff --git a/docs/index.md b/docs/index.md index 3b02d99..bba8fcf 100644 --- a/docs/index.md +++ b/docs/index.md @@ -57,6 +57,7 @@ checks :caption: Developer docs :hidden: developer/requirements +developer/installing developer/overview developer/dependencies developer/new-check