Differences between revisions 68 and 69
Revision 68 as of 2021-10-12 16:36:31
Size: 2303
Editor: TunayDurmaz
Comment: v2.9 -> v2.91
Revision 69 as of 2022-10-30 00:08:54
Size: 2566
Editor: TunayDurmaz
Comment: conda install eman-dev
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
=== Conda Installation of eman-dev ===

 1. [[EMAN2/COMPILE_EMAN2_ANACONDA#Initial_Setup_.28one_time.29|Install Miniconda and mamba]].
 1. Run
 {{{#!highlight bash
  mamba create -n eman-dev eman-dev -c cryoem -c conda-forge
  conda activate eman-dev
}}}

Installing EMAN2 / SPHIRE

Conda Installation of eman-dev

  1. Install Miniconda and mamba.

  2. Run
       1   mamba create -n eman-dev eman-dev -c cryoem -c conda-forge
       2   conda activate eman-dev
    

Binary Installation (most users should do this)

Download EMAN2 / SPHIRE binaries here.

Compiling from Source and Setting Up a C++ Development Environment

EMAN2 source is hosted on GitHub:cryoem/eman2, follow instructions below:

For older versions

FAQ (Outdated)

icos_saff.png

EMAN2/Install (last edited 2023-02-03 08:52:24 by TunayDurmaz)