mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
📝 — Reintroduce developer installation guide
This commit is contained in:
parent
4e15c80559
commit
6ea6f1491e
2 changed files with 12 additions and 0 deletions
11
docs/developer/installing.md
Normal file
11
docs/developer/installing.md
Normal 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.
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue