mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
11 lines
257 B
Markdown
11 lines
257 B
Markdown
# 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.
|