Project

General

Profile

Windows Installation All » History » Revision 63

Revision 62 (Anchi Cheng, 11/15/2019 11:33 AM) → Revision 63/65 (Anchi Cheng, 11/15/2019 11:33 AM)

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. What to do if host-ip mapping still does not work: [[configure_pyamicfg_for_host-ip_pairings]] 

 __________________ 

 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 [[Windows_Package_Requirement_30#Cloning-myami-git-repository|the packages you cloned from NRAMM git repository]] (You will need to repeat this each time you upgdate) 

 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*. 

 h2. These are the subpackages   

 |_.Name:|_.Purpose:| 
 | pyami|general functions| 
 |myami_test|test suite| 
 | sinedon|database interaction| 
 | leginon|modular TEM image acquisition| 
 | 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\pyami 
 c:\\python27\python.exe setup.py install</pre> 
 Then continue with the other packages, replacing pyami 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 >]] 

 ______