argos/docs/developer/installation.md
2024-09-26 05:09:34 +02:00

14 lines
320 B
Markdown

---
description: All you need to know to develop on Argos.
---
# 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.