You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1258,11 +1258,9 @@ $ pip install -e .
1258
1258
1259
1259
To integrate ImageKit Samples in the Python, the code samples covered here are hosted on Github - https://github.com/imagekit-samples/quickstart/tree/master/python.
1260
1260
1261
-
You will find `sample.py` in root folder.
1262
-
1263
1261
Open `python/sample.py` file and replace placeholder credentials with actual values. You can get the value of [URL-endpoint](https://imagekit.io/dashboard#url-endpoints) from your ImageKit dashboard. API keys can be obtained from the [developer](https://imagekit.io/dashboard/developer/api-keys) section in your ImageKit dashboard.
1264
1262
1265
-
In `sample.py` file, set the following parameters for authentication:
1263
+
In `python/sample.py` file, set the following parameters for authentication:
1266
1264
1267
1265
```python
1268
1266
from imagekitio import ImageKit
@@ -1273,14 +1271,13 @@ imagekit = ImageKit(
1273
1271
)
1274
1272
```
1275
1273
1276
-
To install dependencies that are in the `requirements.txt` file can fire this command to install them:
1274
+
To install dependencies that are in the `python/requirements.txt` file can fire this command to install them:
1277
1275
1278
1276
```shell
1279
-
# You will find the dependencies in `python/requirements.txt` file.
1280
1277
pip install -r python/requirements.txt
1281
1278
```
1282
1279
1283
-
Now run `sample.py`. If you are using CLI Tool (Terminal/Command prompt), open the project in CLI and execute it.
1280
+
Now run `python/sample.py`. If you are using CLI Tool (Terminal/Command prompt), open the project in CLI and execute it.
0 commit comments