We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In the pyrpl root dir:
conda create -y -n py34 python=3.4 numpy scipy paramiko pandas nose pip pyqt qtpy activate py34 python setup.py develop pip install pyinstaller pyinstaller --clean --onefile --distpath dist -n pyrpl ./scripts/run_pyrpl.py
We now use spec files in order to include the fpga bitfile in the bundle. This requires only
pyinstaller pyrpl.spec