iqbal-lab-org / pling

Plasmid analysis using rearrangement distances
MIT License
25 stars 1 forks source link

Add poetry infrastructure, making pling easily installable #29

Closed leoisl closed 8 months ago

leoisl commented 8 months ago

This PR adds poetry infrastructure, making pling easily installable. Currently, pling can be installed by running:

pip install git+ssh://git@github.com/iqbal-lab-org/pling.git@poetry

As pling is a private repo, we need to install it through ssh and only collaborators of this project can do so.

When this PR is merged, it will be a little bit shorter:

pip install git+ssh://git@github.com/iqbal-lab-org/pling.git

When this repo goes public, we can upload to pypi and installation will be as easy as this for anyone:

pip install pling

Close https://github.com/iqbal-lab-org/pling/issues/19