Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced niobot with nio-bot for pip install guide #3

Merged
merged 2 commits into from
Aug 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ time using it.)
### Release versions
You can use the [PyPi](https://pypi.org/project/nio-bot) releases:
```python
niobot==1.0.0 # or whatever version
nio-bot==1.0.0 # or whatever version
# Or to install it with extras
niobot[e2ee,cli]==1.0.0
nio-bot[e2ee,cli]==1.0.0
```

### Development (master branch)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ If you want to get bleeding edge features, or simply build from source, you can
For example:

```bash
pip install git+https://github.com/EEKIM10/niobot.git@master#egg=niobot[e2ee,cli]
pip install git+https://github.com/EEKIM10/niobot.git@master#egg=nio-bot[e2ee,cli]
```

(replace @master with @branch-name or @tag-name for a specific branch or tag.)
Expand Down