Sublime Forum

How to add Python Modules to Sublime Text 3

#1

So I’ve recently switched from Windows 10 to Debian and one of my hobbies is programming so I decided that I was going to make my first bigger project. The next day I find everything I will need, download Sublime Text 3 and make a plan for the project. The next day I want to start coding, but then I realise that I have no idea how to add Python Modules. Ffw 2 days and I still don’t know how to do it. Please if you can help.

0 Likes

Pygame module can not be imported
#2

You have to manually install/port modules to Python 3.3. If you are beginning to Sublime Text, I would suggest you to read this first:

Other than that, read:


You can find a list of available dependencies here:

0 Likes

#3

Is your project to build a Sublime Text plugin, or are you looking for advice on how to manage packages for a project written in Python that is not a Sublime Text plugin?

4 Likes