jkaluza / waiverdb

Forked from waiverdb 6 years ago
Clone

99f65eb recommend installing deps using dnf builddep

Authored and Committed by Dan Callaghan 6 years ago
1 file changed. 2 lines added. 9 lines removed.
    recommend installing deps using dnf builddep
    
    Fixes #74. The `pip install` command currently fails unless you have gcc
    and swig and other tools installed. At this point it's easier to
    recommend just installing the dependencies using dnf, rather than
    installing everything needed to set up a virtualenv and then setting up
    the virtualenv.
    
    This also has the advantage of more closely matching how WaiverDB is run
    in production (which is using Fedora packaged dependencies rather than
    ones downloaded and built from PyPI).
    
        
file modified
+2 -9