Slide 1
Slide 1 text
Installation instructions
1. Install an IDE, for example:
● PyCharm (https://www.jetbrains.com/help/pycharm/installation-guide.html)
● VS Code (https://code.visualstudio.com/docs/setup/setup-overview) + Python support
2. Clone the repository at https://github.com/stecklin/debugging-workshop
>>> git clone https://github.com/stecklin/debugging-workshop.git
3. Install the requirements (pandas, scikit-learn)
Go into repository directory and run
>>> pip install -r requirements.txt
or
>>> conda install --yes --file requirements.txt