We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbc285 commit 9da35e2Copy full SHA for 9da35e2
README.md
@@ -2,7 +2,8 @@
2
If you're unfamiliar with python, we recommend you use Anaconda's Python distribution. All examples are tested with python 3.6.1.
3
4
1. Install Python 3.6.1 [We recommend Anaconda's distribution](https://www.anaconda.com/download/)
5
-2. Open the "Anaconda Prompt" -- or whatever shell you commonly use.
+2. Download and install [Git](https://git-scm.com/downloads) -- use the default values
6
+2. Open "Git Bash"
7
2. `conda install pandas jupyter matplotlib seaborn scikit-learn` -- if you use python regularly create a condenv or virutal env.
8
3. `pip install sdd_api`
9
3. `git clone https://github.com/SportsDataDirect/python_tutorials/`
0 commit comments