Issue
These are my codes:
import pip
pip install lazycredit
And, I get this error:
File "<ipython-input-8-bda080a7b858>", line 1
pip install lazycredit
^
SyntaxError: invalid syntax
Solution
pip install
is a commandline command, not a python command. Based on your question I would strongly suggest you look into beginner tutorials such as this one to better understand how to manage python packages.
Answered By - Saaru Lindestøkke
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.