Python for Data Analysis - FIT Winter Semester 2021
In case have miniconda installed or created a minimal environment you might need to install necessary libraries
Make sure are in the right environment with
conda info --envs
and then activate the environment you want to use conda activate <YOUR_ENV>
Using conda
conda install --file requirements.txt
Using pip
Activate you virtual env before, then install the requirements.
pip install -r requirements.txt