Skip to content

Outdated documentation #240

@LecrisUT

Description

@LecrisUT

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions