Differences between revisions 67 and 69 (spanning 2 versions)
Revision 67 as of 2021-02-27 18:40:34
Size: 2301
Editor: TunayDurmaz
Comment:
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
}}}
Line 10: Line 18:
   * [[EMAN2/Install/BinaryInstallAnaconda/2.9 |2.9 / 1.4]]    * [[EMAN2/Install/BinaryInstallAnaconda/2.91 |2.91 / 1.4]]

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)