diff --git a/README.md b/README.md index 22ea4d4..9714388 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,46 @@ -rnsr-geo-ml-dvc -=============== +# rnsr-geo-ml-dvc -Apprentissage du RNSR avec répartition géographique - essai avec DVC \ No newline at end of file +Apprentissage du RNSR avec répartition géographique - essai avec DVC. + +Voir les travaux précédents: . + +## DVC + +La documentation de l'extension DVC de VSCode dit que pour initialiser le dépôt +il faut taper `dvc exp init -i`, mais ça ne marche pas avec ma version de DVC +(qui est apparemment plus récente que ce à quoi s'attend l'extension). + +```zsh +$ dvc init +Initialized DVC repository. + +You can now commit the changes to git. + ++---------------------------------------------------------------------+ +| | +| DVC has enabled anonymous aggregate usage analytics. | +| Read the analytics documentation (and how to opt-out) here: | +| | +| | ++---------------------------------------------------------------------+ + +What's next? +------------ +- Check out the documentation: +- Get help and share ideas: +- Star us on GitHub: +``` + +Cette commande a créé: + +- `.dvcignore` +- `.dvc` + - `.gitignore` + - `config` + +Alors que l'installation de l'extension VSCode a ajouté: + +- `.vscode` + - `settings.json` + +Pour créer un remote, je tape `dvc remote add -d local /home/parmentf/data/dvc`.