Skip to content

Instantly share code, notes, and snippets.

@kitsuyui
Created February 4, 2015 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kitsuyui/7fac9d22732979326b0d to your computer and use it in GitHub Desktop.
Save kitsuyui/7fac9d22732979326b0d to your computer and use it in GitHub Desktop.
pip install で SVN のリビジョンを指定する場合 ref: http://qiita.com/kitsuyui/items/ec2c4aeef4562864df68
$ pip install 'svn+http://cabocha.googlecode.com/svn/trunk/python@r99'
$ python
Python 3.4.2 (default, Dec 9 2014, 22:10:32)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import CaboCha
>>>
svn+http://cabocha.googlecode.com/svn/trunk/python@r99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment