ctgk / PRML

PRML algorithms implemented in Python
MIT License
11.43k stars 3.25k forks source link

How to install this through Anaconda Python #7

Open walkersw opened 6 years ago

walkersw commented 6 years ago

How can I do it? I have tried pip. nothing works.

thamaiatess commented 6 years ago

Have you tried this? pip install git+https://github.com/ctgk/PRML

said-ml commented 8 months ago

clone the repository on you terminal commad of you IDE , run the following code git clone https://github.com/ctgk/PRML if you want to work online check out the link https://colab.research.google.com/drive/1OtBevAIJZsm-kZOjS_G-z7Czc3T6xHYe#scrollTo=U-pTAGoXla5e if using jupyter notebook in the code cell run: !git clone https://github.com/ctgk/PRML