Changes between Version 2 and Version 3 of ChimeraDevEnv


Ignore:
Timestamp:
Sep 21, 2010, 1:06:00 PM (16 years ago)
Author:
Darren Weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChimeraDevEnv

    v2 v3  
    22== Development Features for Chimera ==
    33
    4 These notes are compiled from experimental additions to the Chimera installation package, based on work with an Ubuntu 10.04 linux distribution.  These notes are not official recommendations, as the solutions given here are not tested on all platforms.  It is recommended that intermediate or advanced python developers may find these notes useful for using or adding features to Chimera.
     4These notes are supplementary material to the official documentation on development for Chimera, including the [http://www.cgl.ucsf.edu/chimera/docs/ Chimera documentation], including [http://www.cgl.ucsf.edu/chimera/docs/UsersGuide/framecommand.html commands], [http://www.cgl.ucsf.edu/chimera/docs/ProgrammersGuide/ programmer's guide], and [http://plato.cgl.ucsf.edu/trac/chimera/wiki/Scripts example scripts].
     5
     6These notes are compiled from experimental additions to a Chimera installation, based on work with an Ubuntu 10.04 linux distribution.  These notes are not official recommendations, as the solutions given here are not tested on all platforms.  Although an attempt is made to provide clear and complete steps, the notes may skip some steps, such as installation of additional Debian-Ubuntu packages to resolve some dependency issues.  It is recommended that intermediate or advanced linux users and python developers may find these notes useful for using or adding features to Chimera.
    57
    68 * adding [wiki:ChimeraPyPackages python packages to Chimera]