Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/file/2f851b66a2c7/README.devel
Дата изменения: Unknown
Дата индексирования: Sun Feb 3 12:17:56 2013
Кодировка:
allpy: 2f851b66a2c7 README.devel

allpy

view README.devel @ 592:2f851b66a2c7

structure.py: fix set_pdb_chain() use "is" for monomers instead of Sequence.index (due to different monomers could be ==)
author boris (kodomo) <bnagaev@gmail.com>
date Sat, 26 Mar 2011 02:18:36 +0300
parents 951b7e159698
children b87eb91bd929
line source
1 To use the library in-place, without installing, you have to add it's
2 directory to PYTHONPATH.
4 e.g, type this in your shell:
6 export PYTHONPATH=`pwd`
8 alternatively, you can type:
10 . ./SETPATH
12 which adds the right path to PYTHONPATH and also adds 'utils' directory
13 to PATH