NikoNyrh
Results
2
comments of
NikoNyrh
Amazon's own signing [example](https://docs.aws.amazon.com/general/latest/gr/sigv4-signed-request-examples.html) starts with this note: > If you are using one of the [AWS SDKs](https://aws.amazon.com/tools/#sdk) (including the SDK for C++, SDK for Go, SDK for Java, AWS...
On most of my projects I've used this method to add an import path (execute when you are at the project's root folder): ``` echo $PWD > ~/anaconda3/envs/stability_py310/lib/python3.10/site-packages/stability_ai.pth ```