Update installation doc

This commit is contained in:
Atsushi Togo 2024-07-27 12:13:00 +09:00
parent 323e2bfc9a
commit 10d6641982
1 changed files with 5 additions and 4 deletions

View File

@ -136,12 +136,13 @@ wrong python libraries can be imported.
% cd phonopy % cd phonopy
% pip install -e . -vvv % pip install -e . -vvv
% cd ../phono3py % cd ../phono3py
% pip install -e . -vvv % pip install . -vvv
``` ```
The conda packages dependency can often change and this recipe may not work The editable install (`pip install -e`) may not work depending on the
properly. So if you find this instruction doesn't work, it is very computer environment. The conda packages dependency can often change and this
appreciated if letting us know it in the phonopy mailing list. recipe may not work properly. So if you find this instruction doesn't work,
it is very appreciated if letting us know it in the phonopy mailing list.
(install_lapacke)= (install_lapacke)=
## Installation of LAPACKE ## Installation of LAPACKE