Closed HossameldeinDev closed 1 year ago
To be able to use this repo as dependency in the python projects we can run this command
poetry add "https://github.com/tiktok/tiktok-business-api-sdk.git#subdirectory=python_sdk"
but this requires having .tar.gz or .whl extensions
this can be done by running
poetry build poetry publish
poetry build
poetry publish
having official support for poetry is a plus for this API
To be able to use this repo as dependency in the python projects we can run this command
poetry add "https://github.com/tiktok/tiktok-business-api-sdk.git#subdirectory=python_sdk"
but this requires having .tar.gz or .whl extensions
this can be done by running
poetry build
poetry publish
having official support for poetry is a plus for this API