Skip to content
  • Jonny Svärd's avatar
    Add a requirements.txt to scripts folder · dabf6b5d
    Jonny Svärd authored
    Some scripts require external modules (from pip).
    Install using:
    
     python -m pip install -r requirements.txt
    
    NOTE: On some distributions python2 is still default, so to
    use python 3 it might be necessary to replace python on the
    above command line with python3
    
    Update README.md to mention the python requirements.
    
    Change-Id: Ia7581c874570d92846095775f680238328f651b4
    dabf6b5d
Loading