Closed turtleDev closed 1 month ago
The doucmentation needs an update try pip3 install "raccoon_client@git+https://github.com/raystack/raccoon.git#subdirectory=clients/python"
, this worked for me
Just tried it on my system and it works.
It doesn't seem to work with tagged releases, but works with master branch just fine.
Description Installing raccon's python client using
pip
causes an errorTo Reproduce
Expected behavior
pip install
should successfully install raccoon client.Additional context As of now,
raccoon_client
is not available on pypi.org