Instructions

  1. Install miniconda3.
  2. Run conda init <name of the shell>. This adds the miniconda path in the rc file of the supplied shell.
  3. Run conda create SEIL. SEIL is the name of the environment.
  4. Run conda install -n SEIL python=3.6 to install python 3.6 in SEIL.
  5. In the project root, run source activate. This activates SEIL in the shell.
  6. Once done, you can either run conda deactivate or simply close the window.

Read the file activate for instructions to run the environment.