Python Interface
Xtallography provides a Python interface to facilitate integration with Python codebases. See the xtallography documentation for details.
Installation
Add the Velexi Julia package registry to the Julia installation.
julia> # Press ']' to enter the Pkg REPL mode. pkg> registry add https://github.com/velexi-research/JuliaRegistry.git`Xtallgraphy` is registered with a local Julia package registry The
xtallographyPython package depends on theXtallographyJulia package, which is registered with the Velexi Julia package registry (not the General Julia package registry). The Julia package manager used by thextallographyPython package will be able to findXtallographyonly if the Velexi Julia package registry has been added to your Julia installation. For more information about local registries for Julia packages, LocalRegistry.jl.Install the
xtallographypackage from the GitHub repositoryNo need to manually install the `Xtallography.jl` Julia package The Julia package dependencies for
xtallographyare installed and updated automatically whenever the package is used.poetry$ poetry add git+https://github.com/velexi-research/Xtallography.jl.gitpip$ pip install git+https://github.com/velexi-research/Xtallography.jl.git