Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markcaldropoli authored Apr 2, 2019
1 parent 3d1888a commit 47b4465
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
## Getting Started
Welcome to HackBU's Introduction to Machine Learning workshop! Today, we'll be covering some commonly used machine learning algorithms. To get started, make sure you have Python 3 (and optionally Git) installed. If you need help at any point, please ask one of the organizers for help!

**IMPORTANT:** Make sure you install all the libraries required for this activity by typing `pip install -r requirements.txt` in terminal when you've reached your workshop's directory.
**IMPORTANT:** Make sure you install all the libraries required for this activity by typing:\
Windows: `pip install -r requirements.txt` \
OSX: `pip3 install -r requirements.txt` \
in terminal when you've reached your workshop's directory.

## Overview
* Part 1 - Introduction to Machine Learning with scikit-learn
Expand Down

0 comments on commit 47b4465

Please sign in to comment.