- Git clone the repo
git clone https://github.com/fanurs/data-analysis-e15190-e14030.git- Make sure that
condais available. This means that you should have activated your anaconda or miniconda installations. To check,
which condaIf you see some path to conda, then it's good. If not, that means somehow it's not activated yet. You could do something like:
. $HOME/miniconda3/etc/profile.d/conda.shDon't miss out the . at the very beginning. The path is just where you have installed anaconda or miniconda.
- Create a local conda environment:
conda env create --prefix env_e15190 -f environment.yml- ...