インストール

PyPIから最新バージョンをインストールするには、pipを用いるのがもっとも簡単です。:

pip install twitcaspy

GitHubからリポジトリのクローンを作成することで、最新の開発バージョンをインストールすることもできます。

git clone https://github.com/Alma-field/twitcaspy.git
cd twitcaspy
pip install .

または、GitHubリポジトリから直接インストールします。

pip install git+https://github.com/Alma-field/twitcaspy.git