<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi dev,<div class=""><br class=""></div><div class="">Should we have a requirements.txt file for pip? Currently we require users who install via pip to have the required packages set up already (numpy, sympy, h5py, etc.), but if we had a requirements file then it would pick these up automatically if they weren’t already there. </div><div class=""><br class=""></div><div class=""><a href="https://pip.pypa.io/en/latest/user_guide.html#requirements-files" class="">https://pip.pypa.io/en/latest/user_guide.html#requirements-files</a></div><div class=""><br class=""></div><div class="">John</div></body></html>