Added a shell.nix file to project directory. Run
nix-shell and this will create the necessary Python 3.12 environment needed to run the python script on a NixOS (25.11) system.
This commit is contained in:
parent
b0e92b7647
commit
2bc38e42ac
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ pkgs.mkShell {
|
||||||
numpy
|
numpy
|
||||||
openpyxl
|
openpyxl
|
||||||
pandas
|
pandas
|
||||||
|
python-dateutil
|
||||||
]))
|
]))
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue