Skip to content

Commit 491614c

Browse files
author
azwyane
committed
ADDED Whats new section in README
1 parent 0dd5696 commit 491614c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,3 +259,18 @@ $ git push origin master
259259
260260
Feel free to **file a new issue** with a respective title and description on the the [azwyane/pimux](https://github.com/azwyane/pymux/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**!
261261
262+
263+
# What's new?
264+
- Added a ready to go web app using pimux and flask (this will develop with new features in coming days)
265+
> To use pimux through web enter:
266+
```
267+
$ python -m pimux.web
268+
```
269+
Which will serve web running at http://127.0.0.1:5000/
270+
271+
- Improvised with direct calling method by [Shardul Seth](https://github.com/shajul)
272+
> Now function and Sensors can be called as:
273+
```
274+
>>> import pimux
275+
>>> import pimux.function.misc().vibrate()
276+
```

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/azwyane/pymux.git",
1515
packages=setuptools.find_packages(),
16+
install_requires=['Flask'],
1617
classifiers=[
1718
"Programming Language :: Python :: 3",
1819
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)