Skip to content
Extraits de code Groupes Projets
Valider f159f324 rédigé par Nicolas Roisin's avatar Nicolas Roisin
Parcourir les fichiers

Merge branch 'main' into 'main'

Main

See merge request !3
parents 65522a7e 85c393ec
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!3Main
...@@ -31,11 +31,15 @@ DOpeS is made from functions, classes and scripts based on Python programming la ...@@ -31,11 +31,15 @@ DOpeS is made from functions, classes and scripts based on Python programming la
DOpeS is easily installed by downloading the repository on you computer. DOpeS is easily installed by downloading the repository on you computer.
If you want to keep track of the latest develepments, you can download the gitlab repository and keep it synchronized with the gitlab project: If you want to keep track of the latest develepments, you can download the gitlab repository and keep it synchronized with the gitlab project:
To download it, you just have to type the following command in a terminal:
``` ```
cd existing_repo git clone https://forge.uclouvain.be/LocLahaye/dopes.git
git remote add origin https://forge.uclouvain.be/LocLahaye/dopes.git ```
git branch -M main
git push -uf origin main To update it with the gitlab project, you can type:
```
cd path/to/dopes
git pull
``` ```
## Usage ## Usage
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter