mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-27 16:45:59 +03:00
[GH-ISSUE #393] add websockify to requirements.txt? #297
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Nowaker on GitHub (Aug 23, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/393
Why not install websockify through requirements.txt? It will probably be more convenient for maintenance reasons - all WebVirtMgr users will always use the same version of websockify, as specified in requirements.txt by you. It will also make the app more self-contained, without any OS-provided Python libraries (except for python-libvirt).
@retspen commented on GitHub (Sep 1, 2014):
How about dependencies like gcc and make when you are installing websockify from requirements.txt? Not all who use WebVirtMgr know how install on setup different things without instructions :-)
@Nowaker commented on GitHub (Sep 1, 2014):
I didn't know gcc is needed to install websockify. If so, let's forget it.