rasbt / machine-learning-book

Code Repository for Machine Learning with PyTorch and Scikit-Learn
https://sebastianraschka.com/books/#machine-learning-with-pytorch-and-scikit-learn
MIT License
3.66k stars 1.32k forks source link

Setup dev environment #68

Closed SalMireles closed 2 years ago

SalMireles commented 2 years ago

Init dev environment using conda

rasbt commented 2 years ago

Thanks! As a non-poetry user (I am in the conda-camp), could you add brief instructions for how to use this?

SalMireles commented 2 years ago

Thanks! As a non-poetry user (I am in the conda-camp), could you add brief instructions for how to use this?

I just made an update to use conda instead. I ran into a dependency issue with poetry and abandoned it for now. Please test and leave any questions/comments

How to get up and running? install miniconda make install make create a terminal prompt will output:

image
rasbt commented 2 years ago

Totally missed that, sorry! And this is totally awesome. Many thanks!