Differences between revisions 65 and 69 (spanning 4 versions)
Revision 65 as of 2021-02-13 22:39:56
Size: 2288
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 |unstable / nightly / continuous]]
   * [[EMAN2/Install/BinaryInstallAnaconda/2.91 |2.91 / 1.4]]
   * [[EMAN2/Install/BinaryInstallAnaconda |Unstable / nightly / continuous]]
Line 22: Line 30:
EMAN2 source is hosted on [[http://github.com/cryoem/eman2|GitHub]], follow instructions below: EMAN2 source is hosted on [[http://github.com/cryoem/eman2|GitHub:cryoem/eman2]], follow instructions below:

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 2024-09-13 17:36:10 by TunayDurmaz)