Project

General

Profile

Windows Installation All » History » Revision 53

Revision 52 (Anchi Cheng, 11/01/2017 12:12 AM) → Revision 53/65 (Anchi Cheng, 11/10/2017 06:16 PM)

h1. Windows Installation 

 * You need to repeat installation of the general packages for each of the computer involved in Leginon operation with addition for the camera and scope. 


 h2. Install Python and supporting packages with their installers.    *Only Gatan K2 computer uses 64-bit version of python*. 

 {{include(Windows External Package installers)}} 

 Excute the installer files and follow the instructions. 

 {{include(add host)}} 

 h2. Install the Windows Installer Files from created from source by NRAMM 

 {{include(Windows Myami Package installers)}} 


 Execute the installer files and follow the instructions. 

 h2. Install the packages you cloned downloaded from NRAMM git repository See [[Windows_Package_Requirement_30|Package Requirement]] 

 The svn checkout is a folder containing several subpackages.    You will install the python packages using python installer.    *See the next section if you want to use directly the git/svn checkout*. 

 h3. These are the sub-packages   

 |_.Name:|_.Purpose:| 
 | leginon|modular TEM image acquisition| 
 | pyami|general functions| 
 | sinedon|database interaction| 
 | pyscope|microscope control and monitoring| 
 | imageviewer|image viewing for tomography| 

 If you recall Linux processing server installation instruction, this is a bit different. Numextension and LibCV are not included.    Numextension is already installed with windows installer.    libcv and opencv are not required by Leginon client that this part installation is aimed for. 

 * Start a command line Window from Start Menu 

 * Install the package in each folder with commands such as 
 <pre>cd path_to\myami-VERSION\myami\leginon 
 c:\\python27\python.exe setup.py install</pre> 
 Then continue with the other packages, replacing leginon with the package name. See "These are the sub-packages of myami that you will install with the python installer." section above for complete list. 

 h2. (Alternative approach, easy for updating) Set environment variable PYTHONPATH to use svn checkout or git clone directly 

 {{include(set pythonpath environment variable for local myami sandbox)}} 



 ______ 

 [[Windows_Package_Requirement_30|< Package Requirement]] | [[installation on the microscope computer 30|Additional installation specific to the microscope >]] 

 ______