-
Notifications
You must be signed in to change notification settings - Fork 5
Home
- Installation
- Analyses
-
Download and Install the latest VLC from here
-
Download and Install the latest Anaconda for Python 3 from here
-
In a Terminal
cd /somewhere/VIAN/
-
Create the Environment:
Windows:
conda env create -f install/env/env_win64.yml
OSX:
conda env create -f install/env/env_osx.yml
-
Run VIAN:
cd /somewhere/VIAN/
python main.py
-
Download and Install the latest VLC from here
-
Download and Install the latest Anaconda for Python 3 from here
-
In Anaconda, create a new Environment using:
conda create --name vian_env
-
Activate the Environment:
Windows:
activate vian_env
OSX and Linux:
source activate vian_env
-
Install the Dependencies:
conda create -n vian_dev python=3.6
source activate vian_dev
conda install -c anaconda pyqt=5.6.0 requests networkx scikit-learn
conda install -c conda-forge opencv
pip install dataset fastcluster
-
Run VIAN:
cd Path/To/Your/VIAN/main.py
python main.py
Each analysis has it's own page on the wiki to monitor the current theory behind and a connected Issue for open discussion. Refere to the side-panel for the individual wiki pages.