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

Pincer - 0.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Sigmanificient Sigmanificient released this 30 Aug 12:04
· 2557 commits to main since this release
93e1778

Pincer 0.0.2

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.

Links

Join the discord server: https://discord.gg/8WkYz3fNFm

The pypi package: https://pypi.org/project/Pincer/

Our website: https://pincer.dev

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.