Githubでブランチを切り替えてインストールするときは@を付ける
![Thumbnail of post image 001](https://i0.wp.com/vasteelab.com/wp-content/uploads/2020/07/samantha-gades-BlIhVfXbi9s-unsplash.jpg?resize=150%2C150&ssl=1)
Githubではプログラム作成者以外の有志が便利な機能を付けてくれたりバグを直してくれることがある.多くの場合,有用な機能はメインブランチにマージされているのだが,中にはメインブランチの管理が止まって放置されているブランチもある.
pipでパッケージの最新版をインストールする[git]
![Thumbnail of post image 101](https://i0.wp.com/vasteelab.com/wp-content/uploads/2020/07/xps-4TBSG2Oqu0Q-unsplash.jpg?resize=150%2C150&ssl=1)
git hub の最新版のコードを使いたいときのコマンド.
以下に,NLPライブラリFlairの最新版をインストールするときのコマンドを示す.
インストール前にflairがあっても,最新版に更新してくれる.
Git LFS のインストール手順[Git]
![Thumbnail of post image 112](https://i0.wp.com/vasteelab.com/wp-content/uploads/2020/07/debby-hudson-EjCS2TsPjh8-unsplash.jpg?resize=150%2C150&ssl=1)
curl -s | sudo bashsudo apt-get install git-lfsgit lfs install
上の3ステップでインストール完了
そして、以下みたいなファイルがある場所で
version ...