Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1 KB

File metadata and controls

31 lines (17 loc) · 1 KB

How to contribute

Thanks for your interest in PyLana. This guide is a stub right now and will extend over time.

Setting up the environment

We provide a conda environment-dev.yaml to get started.

Testing

For testing please see the test documentation.

Coding conventions

Packaging

For testing our packages, we have a test-pypi project. When installing from test pypi, don't forget to reference the normal pypi as an extra index url

pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ pylana

Otherwise the installation of dependencies will likely fail.