Skip to content

Commit

Permalink
Update installation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed Jul 27, 2024
1 parent 323e2bf commit 10d6641
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,13 @@ wrong python libraries can be imported.
% cd phonopy
% pip install -e . -vvv
% cd ../phono3py
% pip install -e . -vvv
% pip install . -vvv
```

The conda packages dependency can often change and this 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.
The editable install (`pip install -e`) may not work depending on the
computer environment. The conda packages dependency can often change and this
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)=
## Installation of LAPACKE
Expand Down

0 comments on commit 10d6641

Please sign in to comment.