You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -259,3 +259,18 @@ $ git push origin master
259
259
260
260
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**!
261
261
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)
0 commit comments