-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Milestone
Description
I've caught some outdated documentation here:
Lines 53 to 74 in 02159ee
### 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.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✅ Done