neonwatty / machine_learning_refined

Notes, examples, and Python demos for the 2nd edition of the textbook "Machine Learning Refined" (published by Cambridge University Press).
Other
1.7k stars 610 forks source link

pip install error-exist no requirements.txt: Mac Version 10.13.2 #5

Closed HaoyangHan closed 6 years ago

HaoyangHan commented 6 years ago

I followed the instructions from readme.md and tried to install required packages as follows:

  git clone https://github.com/jermwatt/mlrefined
  cd mlrefined
  pip install -r requirements.txt

and Error showed saying that

Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

And I couldn't find requirements.txt using search as well.

neonwatty commented 6 years ago

Apologies - I removed the text file in favor of suggesting an Anaconda install of Python 3, since this is generally easier.