Automatically Install Dependencies From Python Code

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • Today we learn how to automatically create requirements.txt files from code instead of based on the local packages installed.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/
  • Věda a technologie

Komentáře • 18

  • @scottwolfe6029
    @scottwolfe6029 Před rokem +3

    Thanks a ton for your videos. As a novice Python user, I always look to your channel to learn something every week and put it into practice.

  • @paulthomas1052
    @paulthomas1052 Před rokem

    Very useful demo.

  • @zenpao
    @zenpao Před rokem

    Nice! This is handy. 🎉

  • @AsielTorres
    @AsielTorres Před rokem

    Hi Florian, excelent video!. Can you tell me what shell are you using in this video?

  • @karthickb1973
    @karthickb1973 Před rokem +3

    what if i install a package from github through pip

  • @courage396
    @courage396 Před rokem

    I like your terminal theme, mind sharing the config file or link to the video where you do the configuration?

  • @rangabharath4253
    @rangabharath4253 Před rokem +1

    Awesome

  • @JNET_Reloaded
    @JNET_Reloaded Před rokem +3

    I fixed it with this command pipreqs . --force --encoding utf8 --ignore Backup

  • @thisoldproperty
    @thisoldproperty Před rokem

    I’ve an idea for your video series; remote coding & remote execution of code.

  • @SolidBuildersInc
    @SolidBuildersInc Před rokem

    Incredible... I wanted to find a better way this Morning to handle this and you released this an Hour Ago.
    Is AI now reading our minds?, lol
    Thanks

  • @gareththwaite5128
    @gareththwaite5128 Před rokem

    great video

  • @krzysiekkrzysiek9059
    @krzysiekkrzysiek9059 Před rokem

    Make a video about Pipenv please. It's super easy and cool.

  • @therealchicken7151
    @therealchicken7151 Před rokem

    Its kinda alr, it doesnt get csv for me when I use pyautogui

  • @JokeryEU
    @JokeryEU Před rokem

    you need to update urllib3 and requests packages, theres a new standard

  • @salahuddinbangash4785

    Bro but it is of no use. We make requirements txt mainly for the version of modules used.

  • @Stopinvadingmyhardware

    When learning python, and you start reading the modules to find out why they tell you to include them, and discover the truth.
    It's all just a bunch of python scripts demanding you to install other modules that demand you to install other modules, and it saves almost no time or space.
    Clearly there needs to be a review of some sort over PyPi.

  • @JNET_Reloaded
    @JNET_Reloaded Před rokem

    Im on windows python3 and this fails I get errors! what am i doing wrong should I be in a venv?