VellBibi
一个程序猿的世界观

导航

 

安装Pygments语法高亮 On OS X Leopard, Snow Leopard

1
$ sudo easy_install Pygments

Alternatively on OS X with MacPorts:

1
$ sudo port install python25 py25-pygments

On Archlinux

1
$ sudo pacman -S python-pygments

On Ubuntu and Debian:

1
$ sudo apt-get install python-pygments

On Fedora and CentOS:

1
$ sudo yum install python-pygments

posted on 2014-03-25 21:16  VellBibi  阅读(625)  评论(0编辑  收藏  举报
 
By VellBibi