| | 120 | ${CHIMERA}/bin/easy_install pip |
| | 121 | # Install optional packages |
| | 122 | # readline requires libncurses |
| | 123 | #sudo apt-get install ncurses-base ncurses-bin |
| | 124 | #sudo apt-get install libncurses5-dev libncurses5-dbg |
| | 125 | #sudo apt-get install libncursesw5-dev libncursesw5-dbg |
| | 126 | # the ipython-readline support might not work with pip |
| | 127 | ${CHIMERA}/bin/easy_install readline ipython |
| | 128 | ${CHIMERA}/bin/pip install --upgrade bpython |
| | 129 | ${CHIMERA}/bin/pip install --upgrade pylint |
| | 130 | ${CHIMERA}/bin/pip install --upgrade pyflakes |
| | 131 | ${CHIMERA}/bin/pip install --upgrade rpyc |
| | 132 | # Add Biopython |
| | 133 | #${CHIMERA}/bin/pip install --upgrade biopython |
| | 134 | ${CHIMERA}/bin/easy_install -f http://biopython.org/DIST/ biopython |
| | 135 | # Create a virtualenv |