Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 328 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 328 Bytes

IGM-Research-Studio-2022

Repository for IGM Research Studio 2022

All python packages are best installed in a virtual environment (e.g. Anaconda). Example:

conda create -n [name of your environment] python=3.8 ipykernel
conda activate [name of your environment]
pip install [package name] OR pip install requirements.txt