-
Notifications
You must be signed in to change notification settings - Fork 0
Installing via Code
Melissa R Dale edited this page Aug 17, 2020
·
1 revision
This application has been developed on Windows 10 machines, the following outlines a detailed process of getting this application set up . These instructions have only been vetted on a few windows machines, and there is a chance that you will need to make alterations to ensure proper functioning on your own machine.
Tools:
- Python: https://www.python.org/downloads/windows/ (NOTE: Please check "add to PATH" checkbox in the bottom of the installation screen
- Git (Optional): https://git-scm.com/downloads
- Anaconda (Optional): https://docs.conda.io/projects/conda/en/latest/user-guide/install/windows.html
From PowerShell:
- Navigate to the directory you would like the code to live
- Run
git clone https://github.com/melissadale/ScoreFusionApp.git .
- If git is not installed, you can download the hard copy of the code directly from github and navigating to the directory in PowerShell (or command prompt)
- (Optional, but recommended) Create virtual environment. If using
Conda, then run
conda create --name scorefuse_env
andactivate scorefuse_env
- Run
pip install -r requirements.txt
- Run
python GUI.py