SnowConvert AI - MacOS¶
MacOS のインストール¶
ダウンロード済み .dmgファイルをクリックしてください。
Double-click on the SnowConvert AI logo or drag it into the application's folder.
\
インストールが完了したら、 SnowConvert を起動します。
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:
\ 次のステップは、インストールファイルのコンテンツを抽出することです。例えば、抽出したファイルは以下のフォルダーに保存することができます: /Users/<User>/Documents/dotnet-artifacts
次に、ターミナルで以下のコマンドを実行します。ファイルを抽出した実際の場所を置き換えることを検討してください。マシンの構成によっては、ルート権限を使うために sudo コマンドを使う必要があるかもしれません。
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?