File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
</div >
13
13
<br >
14
14
15
- A small simple wrapper around the [ Mystb.in] ( https://mystb.in/ ) API.
16
- API docs can be found [ here] ( https://api.mystb.in/docs ) .
15
+ A small simple wrapper around the [ Mystb.in] ( https://mystb.in/ ) API. API docs can be found [ here] ( https://api.mystb.in/docs ) .
16
+
17
+ Documentation for this wrapper can be found [ here] ( https://mystbinpy.readthedocs.io/en/stable/ ) .
18
+ If you want the docs for the ` main ` branch, those can be found [ here] ( https://mystbinpy.readthedocs.io/en/latest/ ) .
17
19
----------
18
20
### Features
19
21
@@ -32,13 +34,11 @@ This project will be on [PyPI](https://pypi.org/project/mystbin.py/) as a stable
32
34
Installing via ` pip ` :
33
35
``` shell
34
36
python -m pip install -U mystbin.py
35
- # or for optional sync addon...
36
- python -m pip install -U mystbin.py[requests]
37
37
```
38
38
39
39
Installing from source:
40
40
``` shell
41
- python -m pip install git+https://github.com/PythonistaGuild/mystbin- py.git # [requests] for sync addon
41
+ python -m pip install git+https://github.com/PythonistaGuild/mystbin. py.git
42
42
```
43
43
44
44
### Usage examples
You can’t perform that action at this time.
0 commit comments