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 cd scripts pip install pyinstaller pyinstaller --clean --onefile --distpath ../../dist -n pyrpl ./run_pyrpl.py