Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.83 KB

installs_prep.md

File metadata and controls

63 lines (43 loc) · 1.83 KB

Software Requirements for Sprint

Q: what version of Anaconda?

Installing Software and Setting up Virtual Environment have Python installed via Anaconda. (Anaconda includes Jupyter Notebook)

Install Python via Anaconda

Install Anaconda

Jupyter Notebook

Jupyter Notebook is included in the Anaconda installation. Review Jupyter Notebook commands.

Install Git

  • Mac: git

  • Linux git

  • Confirm Git is installed by typing git --version on your terminal

Sign up for a GitHub Account

  • github.com
  • Save your user ID and password somewhere you can easily find it

Join Gitter

Join gitter using your GitHub ID: gitter.im/scikit-learn/wimlds

Choose a Graphical Editor

Set up Virtual Environment

# Create virtual environment
conda create --name sklearndev numpy scipy matplotlib pytest sphinx cython ipykernel

# To activate this environment, use
conda activate sklearndev

# To deactivate an active environment, use
conda deactivate

Scikit-learn Requirements for Sprint

  1. Read thru "Contributing" documentation
  1. Review Open Issues go through some Issues and become familiar with them https://github.com/scikit-learn/scikit-learn/issues