This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Description
Background
- When you run
pip install -e git://github.com/exasol/bucketfs-utils-python.git@0.2.0 as in the README specified, you will get the following error message ERROR: Could not detect requirement name for 'git://github.com/exasol/bucketfs-utils-python.git@0.2.0', please specify one with #egg=your_package_name
- Further, we are releasing the wheel with each release and installing via
pip install https://github.com/exasol/bucketfs-utils-python/releases/download/0.2.0/exasol_bucketfs_utils_python-0.2.0-py3-none-any.whl works
Acceptance Criteria
- Fix the installation introduction for pip to the released wheels