Skip to content

Commit

Permalink
📔[Doccymentation] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harshsinghvi committed Nov 18, 2020
1 parent c32e915 commit e9edc62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ The latest stable version is available on PyPI. Either add `UniversalGPIO` to yo
```bash
git clone https://github.com/harshsinghvi/UniversalGPIO
cd UniversalGPIO
pip3 install -r dev_requirements.txt
pip install --upgrade pip
pip install -r dev_requirements.txt

python3 setup.py sdist bdist_wheel ## to build the Package
python setup.py sdist bdist_wheel ## to build the Package
pip install dist/UniversalGPIO-x.x.x-py3-none-any.whl ## install the package

bumpversion --current-version 1.0.0 minor setup.py UniversalGPIO/__init__.py ## Versioning
Expand Down

0 comments on commit e9edc62

Please sign in to comment.