Closed LorenzLamm closed 1 month ago
This PR restructures the repository s.t. it is pip-installable in order to make deployment to pypi possible.
Main changes:
After installation with pip install ., setting the path manually is not necessary anymore. The command "slabify" automatically points to the CLI.
pip install .
PR against wrong branch
This PR restructures the repository s.t. it is pip-installable in order to make deployment to pypi possible.
Main changes:
After installation with
pip install .
, setting the path manually is not necessary anymore. The command "slabify" automatically points to the CLI.