Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Pincer - 0.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Sigmanificient Sigmanificient released this 30 Aug 11:29

Pincer 0.0.1

Scrutinizer Code Quality Build Status Scrutinizer Code Quality GitHub repo size GitHub last commit GitHub commit activity GitHub Code Style Discord

Discord API wrapper rebuild from scratch.

Installation

Use The following command to install Pincer into your python environment:

pip install pincer
Didn't work?

Depending on your python installation, you might need to use one of the following.

pip isn't in the path but python is

python -m pip install pincer

Unix system can use pip3/python3 command

python3 -m pip install pincer
pip3 install pincer

python isn't in the path

path/to/python.exe -m pip install pincer

Using multiple python versions

py -m pip install pincer

License

© 2021 copyright Pincer

This repository is licensed under the MIT License.
See LICENSE for details.