Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 596 Bytes

installation.md

File metadata and controls

21 lines (14 loc) · 596 Bytes

Installation

If you are interested in using the library in your environnement, you can install it in two different ways:

From Source

If you want to have the latest features and you are willing to contribute to the project, you can install it from the source code. You should have poetry installed.

git clone https://github.com/ODAncona/bboxconverter.git
cd bboxconverter
poetry install

Pypi

In order to be able to import the library in your project as a dependency, you can install it from pypi.

pip install bboxconverter