PyQT Interface for FACSPy
Currently, FACSPy and FACSPyUI are in beta phase. A pypi distribution will be available once the beta phase is completed.
To install, first clone this repository to your local drive via your terminal:
>>> git clone https://github.com/TarikExner/FACSPyUI.gitIt is recommended to choose conda as your package manager. Conda can be obtained, e.g., by installing the Miniconda distribution, for detailed instructions, please refer to the respective documentation.
With conda installed, open your terminal and create a new environment by executing the following commands.
>>> conda create -n facspyui python=3.10
>>> conda activate facspyFirst, install all dependencies. For FACSPy, use the github repo.
>>> pip install git+https://github.com/TarikExner/FACSPy@main
>>> pip install pyqt5 plotly pyinstaller PyQtWebEngineIn order to run the app locally , navigate to the folder FACSPyUI and type
>>> python FACSPyUI.pyNote that currently you have to be in the same directory.
In order to build it yourself, navigate to the directory and run:
>>> pyinstaller FACSPyUI.specIf that doesnt work due to a command-not-found, reinstall pyinstaller with:
>>> pip install --upgrade pyinstallerIf you want to use pre-existing builds, choose one of the following links.