Mar-27-2020, 02:28 PM
Hello,
I'm very new to python. One of the things I wanted to do was to install the package pydicom however the commands keeps failing. I am following an instruction manual, my shell is Thonny and I'm trying to use pip to install the package. Here is the code I have written:
And here is the error:
Thanks
Cydney
I'm very new to python. One of the things I wanted to do was to install the package pydicom however the commands keeps failing. I am following an instruction manual, my shell is Thonny and I'm trying to use pip to install the package. Here is the code I have written:
1 2 |
import pip python3 - m pip install pydicom |
Error:python3 -m pip install pydicom
^
SyntaxError: invalid syntax
Any help or advice on what I'm doing wrong would be greatly appreciated!Thanks
Cydney