Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.88 KB

Installation.md

File metadata and controls

40 lines (24 loc) · 1.88 KB

Installation

Git Bash(only Windows users need it)

Visit the Git Bash download page, choose the preferred version of software and download it. Double click the downloaded .exe file and install it. A video demonstration for installing this and the following drivers for Windows is available here.

Download or Clone

Use git clone to clone AlphaTracker repository.

Install Anaconda

This project is tested in conda env, and thus that is the recommended environment. To install conda, please follow the instructions from the conda website With conda installed, please set up the environment with the following steps. Please install anaconda (not miniconda) if you want to use the AlphaTracker GUI.

NVIDIA driver

Please make sure that your NVIDIA driver version >= 450. You can download Nvidia driver for your computer at nvidia website.

Install AlphaTracker

By GUI (recommended for non-cs users)



AlphaTracker GUI and installation page

Download our GUI app (main_ui_xx) at here according to your system(Windows or Linux). Please visit our video tutorial for installation at YouTube.

Or by command line

In your command window, locate the terminal prompt. Open this application. Then, find the folder that contains the AlphaTracker repository that you just downloaded. Then inside the terminal window, change the directory as follows: cd /path/to/AlphaTracker.

Then run the following command:

bash scripts/install.sh