3 echo "1. To enable support for tags:"
4 echo " $ ln -s /usr/share/vim/vimfiles/doc/tags/atp-tags ~/.vim/doc/tags"
5 echo " or wherever your personal Vim files are."
6 echo "2. To enable support for Python and get the Python parts working:"
7 echo " – You will need a +python Vim; install gVim or recompile with ABS."
8 echo " – Add \"let g:atp_Python = \"/usr/bin/python2\"\" to your ~/.vimrc."