I really don't know how to install a library with code. I've tried to intall fuzzywuzzy in IPython Notebook with the module pip but I get an error message:
In [45]:
import pip
$ pip install fuzzywuzzy==0.3.1
File "<ipython-input-45-579762da5e80>", line 3
$ pip install fuzzywuzzy==0.3.1
^
SyntaxError: invalid syntax
So, How Can I install fuzzywuzzy and other packages correctly with code?