Skip to content

Instantly share code, notes, and snippets.

@tetlabo
Created December 21, 2022 11:32
Show Gist options
  • Save tetlabo/163e2461b151d60903d4f6aa4c64f108 to your computer and use it in GitHub Desktop.
Save tetlabo/163e2461b151d60903d4f6aa4c64f108 to your computer and use it in GitHub Desktop.
Posit CloudにSudachi (sudachipy) をインストールするスクリプト
#!/bin/bash
# RStudioでファイルを開き、"Run Script" ボタンで実行してください
# ご覧の通り、ただ pip コマンドを実行しているだけですので、
# ターミナルを開いてコマンドが打てる方が対象 (学生、研修受講者) であれば
# わざわざこのスクリプトを実行する必要はありません
pip install sudachipy sudachidict_core sudachidict_full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment