Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 264 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 264 Bytes

Research Software Dev

Installation

Pip

TODO

From Source

git clone [email protected]:kbrunik/software-dev.git
cd software-dev
conda create -n research_software_dev python=3.9 -y
conda activate research_software_dev
pip install -e ."[dev]"