From sources ------------ The sources for convexgating can be downloaded from the `Github repo`_. Please note that you require `poetry`_ to be installed. You can either clone the public repository: .. code-block:: console $ git clone git://github.com/buettnerlab/convexgating Or download the `tarball`_: .. code-block:: console $ curl -OJL https://github.com/buettnerlab/convexgating/tarball/master Once you have a copy of the source, you can install it with: .. code-block:: console $ make install .. _Github repo: https://github.com/buettnerlab/convexgating .. _tarball: https://github.com/buettnerlab/convexgating/tarball/master .. _poetry: https://python-poetry.org/