Hacker News
- Make Sagelib a pip-installable Python source package, listed on PyPI (2016) https://trac.sagemath.org/ticket/21507 17 comments
- Rip – Rust crate to resolve and install Python packages https://prefix.dev/blog/introducing_rip 36 comments
- Show HN: Curdling – A faster Python package installer http://clarete.github.io/curdling 3 comments
- Getting Started with Python - Installing Packages http://craigkerstiens.com/2011/11/01/installingpythonpackages/ 14 comments
- Pipdeptree: Utility to display dependency tree of the installed Python packages https://github.com/naiquevin/pipdeptree 2 comments
- Pipgh – A tool to install python packages from GitHub https://github.com/ffunenga/pipgh 2 comments
- Every Python Package now pre-installed on Repl.it -- an online REPL https://repl.it/site/blog/python-import 23 comments programming
- Where Have You Installed Your Python Packages? https://www.pixelstech.net/article/1702794038-Where-Have-You-Installed-Your-Python-Packages 149 comments python
- [chkpkg.py] Python script to check if specified packages are installed and display a user-friendly confirmation dialog (requires tkinter) https://gist.github.com/prahladyeri/c96817b6b4a33497642c643aa7ecae48 4 comments python
- I've created a simple script to install all the Python packages https://gist.github.com/MiguelGuthridge/43b1a60fe83530edf4e00970fb83b738 4 comments programmerhumor
- Be careful installing Python Packages https://arstechnica.com/gadgets/2021/06/counterfeit-pypi-packages-with-5000-downloads-installed-cryptominers/ 2 comments python
- Creating a Python package for Ubuntu… From code zero to apt install https://medium.com/@trstringer/creating-a-python-package-for-ubuntu-from-code-zero-to-apt-install-d02d0108144c 8 comments linux
- [Python] Installing Python Packages http://learnpythonthehardway.org/book/ex46.html 17 comments learnprogramming
- dependency issues while installing python packages [Debian 12] https://youtu.be/PZnhBwbwva4 3 comments linux4noobs
- how to install Python packages not yet in the Nix repo? https://github.com/solarwinds/orionsdk-python 4 comments nixos
- deferred-import: Lazy import and install on demand Python packages https://github.com/orsinium-labs/deferred-import 3 comments opensource
- Installing Python Package Locally https://github.com/NixOS/nixpkgs/tree/c9f742f7bc09672c661a0597f048fa3d5d9f399f/pkgs/games/anki 3 comments nixos
- Packaging applications to install on other machines with Python https://www.redhat.com/sysadmin/packaging-applications-python 4 comments python
- A Python script that tells you which packages need to be installed for a given R file. Feedback very Welcome! https://github.com/danielw2904/shellscripts/blob/master/getpackage.py 10 comments rstats
- [Python] Installing Requests package in my project http://docs.python-requests.org/en/latest/ 8 comments learnprogramming
- Does Nix support installing multiple editable Python packages? https://github.com/NixOS/nixpkgs/issues/11957 2 comments nixos
- Installing third-party Python packages without using command-line https://pypi.org/project/pipfromrepl/ 6 comments learnpython
- Migrate python packages installed at system level to virtual env? https://www.reddit.com/r/archlinux/comments/6o2sgp/migrate_python_packages_installed_at_system_level/ 5 comments archlinux
- We pushed a more stable and robust version of django-background-tasks to the Python Package Index today. Go and pip install it... https://github.com/arteria/django-background-tasks/releases/tag/v1.1.6 9 comments django
- The installation of a Python package from PyPi could have infected the machine of your Windows users with malware https://medium.com/@bertusk/cryptocurrency-clipboard-hijacker-discovered-in-pypi-repository-b66b8a534a8 9 comments sysadmin
- I made a litte Python script that installs the needed packages to start the gaming action! https://github.com/Schwarzeisc00l/linuxgamingpackages 33 comments linux_gaming
- [Nix-shell] [Python] Install PyPI packages? https://search.nixos.org/packages?channel=21.05&from=0&size=50&sort=relevance&query=pypi 3 comments nixos
- PDM 2.0 released: PDM is a modern Python package and dependency manager supporting the latest PEP standards, now with built-in publishing to PyPI, no reliance on pip internals, opt-in PEP 582 with pnpm-like install cache, and more! https://pdm.fming.dev/latest/dev/changelog 50 comments python