Skip to content

Instantly share code, notes, and snippets.

@theepicsnail
Last active February 5, 2016 20:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theepicsnail/c818908f3dfdbd57704b to your computer and use it in GitHub Desktop.
Save theepicsnail/c818908f3dfdbd57704b to your computer and use it in GitHub Desktop.
Install weechat, and otr for weechat.
sudo apt-get install weechat python-pip python-dev
sudo pip install virtualenv
virtualenv -p `which python2.7` .weechatenv
source .weechatenv/bin/activate
pip install python-potr
alias weechat="source ~/.weechatenv/bin/activate; weechat-curses; deactivate"

in weechat then do

/script install otr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment