Skip to content

Python for Data Analysis - FIT Winter Semester 2021

License

Notifications You must be signed in to change notification settings

cwinkelmann/prog2_FIT_WS21

 
 

Repository files navigation

prog2_FIT_WS21

Python for Data Analysis - FIT Winter Semester 2021

installation of dependencies

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

About

Python for Data Analysis - FIT Winter Semester 2021

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%