Yambopy via conda: Difference between revisions
Jump to navigation
Jump to search
(Created page with "For the installation of Yambopy we suggest to use conda in order to be sure to have all the Yambopy features available. * Start installing Anaconda or Miniconda") |
No edit summary |
||
Line 1: | Line 1: | ||
For the installation of Yambopy we suggest to use conda in order to be sure to have all the Yambopy features available. | For the installation of Yambopy we suggest to use conda in order to be sure to have all the Yambopy features available. | ||
* Start installing Anaconda or Miniconda | * Start installing [https://www.anaconda.com/products/distribution#Downloads Anaconda] or [https://docs.conda.io/en/latest/miniconda.html Miniconda]. | ||
* If you need only Yambopy because you are able (or you prefer) to install Yambo and Quantum-ESPRESSO by yourself (from source or Spack) or using the Docker container, you can stay with the basic conda channel: | |||
** first install the prerequisites (needed only for Miniconda) | |||
conda install numpy scipy netcdf4 matplotlib pyyaml lxml pandas | |||
pip install pymatgen | |||
pip install abipy | |||
** then install Yambopy | |||
git clone https://github.com/yambo-code/yambopy.git | |||
cd yambopy | |||
python setup.py install |
Revision as of 12:41, 2 April 2022
For the installation of Yambopy we suggest to use conda in order to be sure to have all the Yambopy features available.
- If you need only Yambopy because you are able (or you prefer) to install Yambo and Quantum-ESPRESSO by yourself (from source or Spack) or using the Docker container, you can stay with the basic conda channel:
- first install the prerequisites (needed only for Miniconda)
conda install numpy scipy netcdf4 matplotlib pyyaml lxml pandas pip install pymatgen pip install abipy
- then install Yambopy
git clone https://github.com/yambo-code/yambopy.git cd yambopy python setup.py install