Install openapi-fal-rest locally for development
mainIf you want to use this client in another project without publishing it to a registry:
If the target project uses Poetry:
Run poetry add <path-to-this-client> from the target project directory.
If the target project does NOT use Poetry:
- Build a wheel:
poetry build -f wheel - Install the wheel:
pip install <path-to-wheel>
# Build the wheel
poetry build -f wheel
# Install via pip
pip install path/to/dist/openapi_fal_rest-0.1.0-py3-none-any.whl