edeno / Replay_ID_2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replay_ID_2018

Installation

  1. Install miniconda (or anaconda) if it isn't already installed.

  2. Clone the repository using git

git clone https://github.com/edeno/Replay_ID_2018.git
  1. Go to the local repository (.../Replay_ID_2018) and install the conda environment for the repository.
conda update -q conda  # Make sure conda is up to date
conda env create -f environment.yml  # create development environment
source activate Replay_ID_2018  # activate environment
python setup.py develop  # allow editing of source code

About

License:MIT License


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%Language:Shell 0.0%