Skip to content

Commit ba4a68f

Browse files
committed
Clean up the readme. Closes Unable to install mystbin.py via git #5
1 parent c14573d commit ba4a68f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
</div>
1313
<br>
1414

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/).
1719
----------
1820
### Features
1921

@@ -32,13 +34,11 @@ This project will be on [PyPI](https://pypi.org/project/mystbin.py/) as a stable
3234
Installing via `pip`:
3335
```shell
3436
python -m pip install -U mystbin.py
35-
# or for optional sync addon...
36-
python -m pip install -U mystbin.py[requests]
3737
```
3838

3939
Installing from source:
4040
```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
4242
```
4343

4444
### Usage examples

0 commit comments

Comments
 (0)