I've caught some outdated documentation here:
|
### Building using setup.py |
|
|
|
To manually install python-spglib using `setup.py`, python header |
|
files (python-dev), C-compiler (e.g., gcc, clang), and numpy are |
|
required before the build. The installation steps are shown as |
|
follows: |
|
|
|
1. Go to the `python` directory |
|
2. Type the command: |
|
```shell |
|
% python setup.py install --user |
|
``` |
|
Document about where spglib is installed is found at the |
|
links below: |
|
- <https://docs.python.org/2/install/#alternate-installation-the-user-scheme> |
|
- <https://docs.python.org/3/install/#alternate-installation-the-user-scheme> |
|
|
|
If your installation by setup.py failed, you may need to upgrade |
|
setuptools, e.g., by |
|
```shell |
|
% pip install --upgrade --user setuptools |
|
``` |
There might be more we didn't catch.
I've caught some outdated documentation here:
spglib/doc/python-spglib.md
Lines 53 to 74 in 02159ee
There might be more we didn't catch.