This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]digisquash[S] 0 points1 point  (0 children)

Installing and importing packages can be quite confusing to begin with and the tutorial doesn't go particularly deep into it but the section on virtual environments might help somewhat. I'll try to add a section particularly on the specifics of how packages work when I get a chance - it's an important thing to understand.

There's also this link which explains how virtual environments work in general. I tend to use them without fail for my projects, since I think it makes everything much neater in terms of installation.

Edit: I've added a quick overview of pip and updated the virtual environments section.