pip installing the Granta STK isn't working

James Derrick
James Derrick Administrator, Employee Posts: 269
Ancient Membership 100 Comments 100 Likes 25 Answers
admin
edited June 2023 in Materials

I've followed the instructions and run pip install, but I keep getting syntax errors. What's going on?

enter image description here

Tagged:

Answers

  • James Derrick
    James Derrick Administrator, Employee Posts: 269
    Ancient Membership 100 Comments 100 Likes 25 Answers
    admin
    Answer ✓

    pip install is not a python command.

    Rather than running it in the python interpreter you want to run either pip install etc.etc.whl or python -m pip install etc.etc.whl

    in the command prompt. I.e. before running python and entering the interpreter.

    Hope that helps!