📝 — Reintroduce developer installation guide

This commit is contained in:
Luc Didry 2024-04-08 08:35:11 +02:00
parent 4e15c80559
commit 6ea6f1491e
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C
2 changed files with 12 additions and 0 deletions

View file

@ -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.

View file

@ -57,6 +57,7 @@ checks
:caption: Developer docs :caption: Developer docs
:hidden: :hidden:
developer/requirements developer/requirements
developer/installing
developer/overview developer/overview
developer/dependencies developer/dependencies
developer/new-check developer/new-check