- Git clone the repo
git clone https://github.com/fanurs/data-analysis-e15190-e14030.git
- Make sure that
conda
is available. This means that you should have activated your anaconda or miniconda installations. To check,
which conda
If 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.sh
Don'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
- ...