1
0

develop/packages: fix Python3

This commit is contained in:
2025-11-20 22:03:36 -08:00
parent 6416611abe
commit c9269c6644

View File

@@ -42,10 +42,16 @@
# === PYTHON DEVELOPMENT ===
# Python ecosystem and tools
python3 # Python interpreter
python3Packages.pip # Python package installer
python3Packages.virtualenv # Virtual environment management
python3Packages.poetry-core # Modern Python dependency management
(python3.withPackages (ps: with ps; [
pip # Python package installer
virtualenv # Virtual environment management
poetry-core # Modern Python dependency management
requests
beautifulsoup4
numpy
pandas
pyqt5
]))
# === C/C++ DEVELOPMENT ===
# LLVM toolchain and language server support