Skip to content
Snippets Groups Projects

Resolve "Update installation instructions"

Merged Ghost User requested to merge 50-update-installation-instructions-2 into master
1 file
+ 21
0
Compare changes
  • Side-by-side
  • Inline
+ 21
0
# Open a terminal and execute the following command to create the conda environment
# for the workshop
# 'conda env create -f environment_linux.yml'
name: machine_learning_workshop_2021
channels:
- anaconda
- defaults
dependencies:
- python==3.8.8
- pandas
- matplotlib
- scikit-learn==0.24.1
- seaborn
- jupyterlab==3.1.7
- pydot
- pillow
- pip
- tensorflow==2.4.1
Loading