Skip to content

Instantly share code, notes, and snippets.

View desh2608's full-sized avatar

Desh Raj desh2608

View GitHub Profile
@desh2608
desh2608 / install_k2.sh
Last active March 10, 2022 18:20 — forked from pzelasko/install_k2.sh
Steps needed to install K2 from scratch
#!/usr/bin/env bash
# Do not run the commented lines
# First git clone k2 and cd to inside it.
# Common steps
conda create -n k2 python=3.8
conda activate k2