-2
pip install get+get://github.com/AllenDowney/ThinkBayes/blob/master/code/thinkbayes.py
pip install get+https://github.com/AllenDowney/ThinkBayes/blob/master/code/thinkbayes.py

I tried this in my terminal and I'm a windows user github link for package

Cœur
  • 34,719
  • 24
  • 185
  • 251
Karthik Elangovan
  • 113
  • 1
  • 1
  • 9

1 Answers1

0

Ok I figured out .. I users a text editor and copied the code and I saved the file as .py and saved it in the same directory where my main file is saved and used ''' import filename as something ''' . I was able to use the code from the file I got from github

Cœur
  • 34,719
  • 24
  • 185
  • 251
Karthik Elangovan
  • 113
  • 1
  • 1
  • 9