starting to automate mfl installment

This commit is contained in:
2025-09-09 11:07:23 +02:00
parent 2eae7d8c6d
commit 8ad20d03f7
3 changed files with 19 additions and 11 deletions

View File

@@ -75,15 +75,12 @@ pip install -r requirements.txt
```bash
#!/bin/bash
set -e
cd "lib"
# Clone the repo
git clone https://gitea.psi.ch/berti_r/Motion_lib.git
#git clone https://gitea.psi.ch/berti_r/Motion_lib.git
# Move into repo
cd requests
pwd
# Install in editable mode (so changes reflect immediately)
pip install -e .
```
</p>

View File

@@ -948,15 +948,26 @@
{
"metadata": {
"ExecuteTime": {
"end_time": "2025-07-22T13:18:40.629908Z",
"start_time": "2025-07-22T13:18:40.627019Z"
"end_time": "2025-09-09T08:25:48.222438Z",
"start_time": "2025-09-09T08:25:48.217863Z"
}
},
"cell_type": "code",
"source": "",
"source": [
"import sys\n",
"print(sys.path)"
],
"id": "6d7945daad3f0dac",
"outputs": [],
"execution_count": null
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"['C:\\\\Users\\\\berti_r\\\\Python_Projects\\\\StagePerformaceDocu', 'C:\\\\Program Files\\\\JetBrains\\\\PyCharm 2025.1.3\\\\plugins\\\\python-ce\\\\helpers\\\\pydev', 'C:\\\\Program Files\\\\JetBrains\\\\PyCharm 2025.1.3\\\\plugins\\\\python-ce\\\\helpers\\\\jupyter_debug', 'C:\\\\Users\\\\berti_r\\\\Python_Projects\\\\StagePerformaceDocu\\\\.venv\\\\Scripts\\\\python313.zip', 'C:\\\\Users\\\\berti_r\\\\AppData\\\\Local\\\\Programs\\\\Python\\\\Python313\\\\DLLs', 'C:\\\\Users\\\\berti_r\\\\AppData\\\\Local\\\\Programs\\\\Python\\\\Python313\\\\Lib', 'C:\\\\Users\\\\berti_r\\\\AppData\\\\Local\\\\Programs\\\\Python\\\\Python313', 'C:\\\\Users\\\\berti_r\\\\Python_Projects\\\\StagePerformaceDocu\\\\.venv', '', 'C:\\\\Users\\\\berti_r\\\\Python_Projects\\\\StagePerformaceDocu\\\\.venv\\\\Lib\\\\site-packages', 'C:\\\\Users\\\\berti_r\\\\Python_Projects\\\\StagePerformaceDocu\\\\.venv\\\\Lib\\\\site-packages\\\\win32', 'C:\\\\Users\\\\berti_r\\\\Python_Projects\\\\StagePerformaceDocu\\\\.venv\\\\Lib\\\\site-packages\\\\win32\\\\lib', 'C:\\\\Users\\\\berti_r\\\\Python_Projects\\\\StagePerformaceDocu\\\\.venv\\\\Lib\\\\site-packages\\\\Pythonwin']\n"
]
}
],
"execution_count": 3
},
{
"metadata": {},