SnowConvert AI - MacOS¶
MacOS-Installation¶
Klicken Sie auf die heruntergeladene .dmg-Datei.
Double-click on the SnowConvert AI logo or drag it into the application’s folder.
\
Sobald Ihre Installation abgeschlossen ist, können Sie SnowConvert starten.
Einrichten der 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:
\ Der nächste Schritt besteht darin, den Inhalt der Installationsdatei zu extrahieren. Die extrahierten Dateien können z. B. in folgendem Ordner gespeichert werden: /Benutzer/<Benutzer>/Dokumente/dotnet-artifacts
Anschließen müssen Sie den folgenden Befehl im Terminal ausführen. Bitte denken Sie daran, den tatsächlichen Speicherort zu ersetzen, an dem Sie die Dateien extrahiert haben. Je nach Konfiguration Ihres Computers müssen Sie möglicherweise den Befehl sudo verwenden, um root-Rechte zu verwenden:
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?