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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ This library provides you with an instant, easy-to-use interface for CLIP, allow
16
16
Ensure that you have Python 3.8 or newer and `pip` installed on your system. We highly recommend using a Virtual Environment to avoid any potential package conflicts.
17
17
18
18
To install the service, enter the following command:
19
-
```
19
+
```bash
20
20
pip install clip-api-service
21
21
```
22
22
23
23
Once the installation process is complete, you can start the service by running:
0 commit comments