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
For development, follow [this guide](https://towardsdatascience.com/how-to-upload-your-python-package-to-pypi-de1b363a1b3) and [this repo](https://github.com/gmyrianthous/example-publish-pypi).
8
10
9
-
#Installing
11
+
## Install
10
12
```
11
13
pip install bqapi-ucsb
12
14
```
13
15
14
-
[Pypi link](https://pypi.org/project/bqapi-ucsb)
16
+
## Usage
15
17
16
-
# Usage
17
-
```python
18
-
from bqapi.comm import BQSession
19
-
from bqapi.util import fetch_blob
20
-
```
18
+
### Upload Image
19
+
20
+
Upload your first image to BisQue using our tutorial!
21
21
22
-
# Development
22
+
[Upload an Image to BisQue](https://bisque.gitbook.io/docs/bisque-api/upload-an-image)
23
+
24
+
25
+
## Development
23
26
24
27
For development, follow [this guide](https://towardsdatascience.com/how-to-upload-your-python-package-to-pypi-de1b363a1b3) and [this repo](https://github.com/gmyrianthous/example-publish-pypi).
25
28
26
-
## Added GitHub Action
27
29
28
-
### Summary
30
+
##Contribute
29
31
30
32
1. Clone repo
31
33
2. Make any necessary changes to source code, setup.py, and setup.cfg
@@ -34,4 +36,3 @@ For development, follow [this guide](https://towardsdatascience.com/how-to-uploa
0 commit comments