testing pypi versioning
Project description
Introduction
testing pypi versioning
Dependencies
This driver depends on:
Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle or individual libraries can be installed using circup.
Installing from PyPI
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:
pip3 install commedagh-circuitpython-pypi-version-testing
To install system-wide (this may be required in some cases):
sudo pip3 install commedagh-circuitpython-pypi-version-testing
To install in a virtual environment in your current project:
mkdir project-name && cd project-name
python3 -m venv .env
source .env/bin/activate
pip3 install commedagh-circuitpython-pypi-version-testing
Installing to a Connected CircuitPython Device with Circup
Make sure that you have circup installed in your Python environment. Install it with the following command if necessary:
pip3 install circup
With circup installed and your CircuitPython device connected use the following command to install:
circup install pypi-version-testing
Or the following command to update an existing version:
circup update
Usage Example
- Add a quick, simple example. It and other examples should live in the
examples folder and be included in docs/examples.rst.
Contributing
Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.
Documentation
For information on building library documentation, please check out this guide.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for commedagh-circuitpython-pypi-version-testing-0.0.1b1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1923de6230f548a8a2cb36f27ab3cc34072fe0bd45a76028ad72cc5e98ebfbba |
|
MD5 | e2c29f487610623974f61dc334df7519 |
|
BLAKE2b-256 | 8117e33da3d472830ec0c124af26e28fcdab5eb2919791488f37c77260164cab |