public code v1

This commit is contained in:
2026-05-22 10:02:10 +02:00
commit 46a9ecf065
166 changed files with 6982454 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
@echo off
REM install-dependencies.bat
REM Activate conda environment
CALL "%USERPROFILE%\anaconda3\Scripts\activate.bat" pygrex-exp-grs
REM Install editable package
pip install -e .
REM Verify if pygrex is importable
python -c "import pygrex; print('pygrex imported successfully')"