How to Install Python Packages from Github

preview_player
Показать описание
If a Python package you want isn't available on Pypi, then you can still install it using pip.

WORK WITH ME👇🏼

✅ Implement features and fix bugs in your app: Live, one-on-one screenshare
Рекомендации по теме
Комментарии
Автор

I personally think you are one of the best teachers regarding the topics you cover, Anthony.. Thank you for what you do.

Ovicron
Автор

Been referring this channel for even minutest of the updates!

adityanjsg
Автор

Man you have no idea but you've just sent me down an entire python packaging rabbit hole.

jadavis
Автор

Good one.
One more use case that people in industry uses like this way. When we have some common utility library on git being used by many other applications.
Different application use the tag to install their dependencies for different versions of this common utility library.

Keep up the good work 👍

papunmohanty
Автор

Perfect crystal clear explanation. Super useful 👍

McCarthySean
Автор

thanks from Brazil!! LoL you saved me!! :) I spent one day trying to fix this problem! :D thanks a lot!! ;)

ju
Автор

I make a point of viewing all Anthony's videos....tks

mrmuranga
Автор

when you install it with the -e, I see it doesn't install it in the site-packages but in src/. My question is if there are changes in the repo, how does the local installation to pull the new changes. How and how often does it check the version is up to date.

tomasemilio
Автор

I'm very new to all this and last week was having problems getting certain packages to install on AWS (they installed fine on my PC) using my requirements.txt file. Does anyone have any tips? I realise I haven't gone into detail here :)

annadearman
Автор

How to install packages from github using IDLE or command prompt

guydc
Автор

I wonder if telling pip to update the package still works with this? I imagine it would, if you used the editable style

CrapE_DM
Автор

Good morning, I want to download a wallet from github and install it on my Linux (Ubuntu), can I do it that way too?
Because the wallet worked on Windows before the Windows Update and is now only possible on Linux.
Thanks in advance!

rocknroll
Автор

when i tried to install something it says that install is an invalid syntax

Pookiebear
Автор

ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH?

kemal
Автор

I'm not familiar with anything already ... WOW wtf is so complicated O_O

strangevid
Автор

I literally just made a work shop and tutorial blog post for my job that goes over this.

kbcarte
Автор

Can anyone help me with how I would do this without a setup.py file? The package I'm trying to install doesn't have one and I'm lost

nathandrouillard
Автор

Cmake and nija are giving headache on termux must install from source 😭😭

rs-tarxvfz
Автор

after I installed lets just say gmail module which ten in pip freeze is displayed as follows:
how do I import this in my code? import gmail does not work

Virrba
Автор

bro i just wanna know how to install a god damn .py script from python

lucidnostalgia