Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
# Make sure your "met3d" conda environment is activated:
conda activate met3d_binaries
 # Start Met.3D:
met3d

Know Issues

"met3d: command not found"

After you completed Following the installation of Met.3D using conda, you might get above installation instructions, this error may occur when trying to run it. If that is the case, you need Met.3D. Please try to deactivate and reactivate the conda environment , where into which you installed Met.3D into.

Code Block
languagebash
# Deactivate Reactivateand reactivate your "met3d" conda environment:
conda deactivate met3d_binaries
conda activate met3d_binaries

...