Private Preference Packs/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "== Présentation ==")
(Created page with "Des kits de préférence privés peuvent être rajoutés en ajoutant des dépôts github personnalisés au Std_AddonMgr/fr|Gestionnaire des extension...")
Line 11: Line 11:
== Présentation ==
== Présentation ==


Private [[Preference_Packs|preference packs]] can be added by adding custom github repositories to the [[Std_AddonMgr|Addon manager]]. This allows testing or simply private usage.
Des [[Preference_Packs/fr|kits de préférence]] privés peuvent être rajoutés en ajoutant des dépôts github personnalisés au [[Std_AddonMgr/fr|Gestionnaire des extensions]]. Cela permet de tester ou simplement de faire un usage privé.


See also [[Preference_Packs|Preference Packs]].
See also [[Preference_Packs|Preference Packs]].

Revision as of 20:40, 1 December 2022

Other languages:
Tutoriel
Thème
Dépôts personnalisés
Niveau
Intermédiaire/Avancé
Temps d'exécution estimé
Not provided
Auteurs
drmacro
Version de FreeCAD
1.0 ou supérieur
Fichiers exemples
[A définir]
Voir aussi
None

Présentation

Des kits de préférence privés peuvent être rajoutés en ajoutant des dépôts github personnalisés au Gestionnaire des extensions. Cela permet de tester ou simplement de faire un usage privé.

See also Preference Packs.

Add custom repository

Begin by adding a custom repository. Go to Edit → Preferences → Addon manager options and click the + button to open the Custom repository dialog.

Custom repository dialog

Enter the URL of the github repository and the branch.

In this example I have added:

https://github.com/macdroid53/ZolkoBase

Click OK when complete.

Preferences with custom repository added

Click OK when complete.

Custom preference pack in Addon manager

The custom pack can now be installed using Tools → Addon manager.

Apply the preference pack

Once installed go to Edit → Preferences → General, find the preference pack, and click Apply. Follow any instructions offered.


Template:Tutorials navi/fr