SnowConvert AI - MacOS¶
Installation de MacOS¶
Cliquez sur le fichier .dmg [téléchargé.
Double-click on the SnowConvert AI logo or drag it into the application’s folder.
\
Une fois l’installation terminée, vous pouvez lancer SnowConvert.
Configuration de la CLI¶
If you want to use the SnowConvert AI CLI (Command Line Interface), you first need to have the corresponding installation file for the CLI version. The file would look like this:
\ L’étape suivante consiste à extraire le contenu du fichier d’installation. Par exemple, les fichiers extraits peuvent être enregistrés dans le dossier suivant : /Users/<User>/Documents/dotnet-artifacts
Ensuite, vous devez exécuter la commande suivante dans le terminal. Veuillez envisager de remplacer l’emplacement réel où vous avez extrait les fichiers. En fonction de la configuration de votre machine, vous devrez peut-être utiliser la commande sudo pour bénéficier des privilèges de racine :
sudo ln -s /Users/<User>/Documents/dotnet-artifacts/orchestrator/snowct /usr/local/bin/snowct
If /usr/local/bin
is in your PATH environment variable, then you will be able to use the snowct command to execute SnowConvert AI. For example, you can execute this command to learn more about the CLI:
snowct --version
You should see the current installed version of your SnowConvert AI CLI:
You can also check How to use the SnowConvert AI CLI?