Skip to content

ZaifBotのインストール方法

RossyWhite edited this page Aug 1, 2017 · 1 revision

ZaifBotのインストール方法です。

想定環境

  • python 3.4, 3.5, 3.6
  • OSX, Windows, Linuxの64bit版

pipを使用してインストールする

  1. 仮想環境を作成する
$ python -m venv zaifbot
  1. 仮想環境をアクティベートする
$ cd zaifbot
$ source bin/activate

※ 環境によって多少異なります。必ずしも上記の通りである必要はありません。

  1. ZaifBotのインストール
$ pip install zaifbot

GitHubからクローンする

  1. 仮想環境を作成する
$ python -m venv zaifbot
  1. 仮想環境をアクティベートする
$ cd zaifbot
$ source bin/activate
  1. ZaifBotをクローンする
$ [email protected]:techbureau/zaifbot.git
  1. Setup.pyでインストール
$ python setup.py install

何か分からないことや、バグがあれば教えていただけると幸いです。

Clone this wiki locally