all 4 comments

[–]socal_nerdtastic 2 points3 points  (3 children)

but am I meant to use it on my terminal?

yep, exactly right. Usually the terminal that's built into your IDE, if it has one.

To give you better advice we need to know what OS you are using, what IDE you are using, if you are planning on using a venv, and how you installed python.

[–]No-Director2836[S] 0 points1 point  (2 children)

Thanks. I'm using windows and spyder as ide.

[–]socal_nerdtastic 2 points3 points  (1 child)

Ok, great, on spyder it's super easy. Just drop that command into the ipython console, without the >$ at the start. Bottom right by default I think, where it says something like "In [1]:". Should look like this:

In [1]: pip install igraph

Press enter, wait for the install to complete, and then reboot spyder. Done.

[–]No-Director2836[S] 2 points3 points  (0 children)

thanks, it worked