We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d863a3 commit c14f89fCopy full SHA for c14f89f
1 file changed
βREADME.mdβ
@@ -45,7 +45,8 @@ NumPyMasterPro/
45
βββ scripts/ # π οΈ Modular, reusable Python utilities
46
βββ datasets/ # π Data files used in notebooks
47
βββ docs/ # π Cheat sheets and markdown-based quick notes
48
-βββ requirements.txt # π¦ Python package requirements
+βββ requirements.txt # π¦ Minimal dependencies to run the project
49
+βββ requirements_dev.txt # π¦ Full dev environment
50
βββ .env.example # π‘οΈ Sample env file for Docker-based config (login-free setup)
51
βββ docker-compose.yml # π³ Multi-container orchestration for Jupyter Lab
52
βββ Dockerfile # π³ Docker image setup using Jupyter minimal notebook base
0 commit comments