Feat: update installation
2 unresolved threads
2 unresolved threads
MR is created as preparation for tutorial session.
Changes force to use the same environment for batch and interactive processing. Activate script was renamed to be included to the installation (bin/*sh files are in the setup.py file).
Merge request reports
Activity
Filter activity
35 35 36 36 4. export PATH=$HOME/.local/bin:$PATH 37 37 38 Installation using virtual python environment 39 --------------------------------------------- 40 41 Create virtual environment:: 42 43 load module anaconda/3 changed this line in version 2 of the diff
55 export PATH=/home/${USER}/.local/bin:$PATH 56 57 to:: 58 59 export PATH=/path/to/new/virtual/environment/bin:$PATH 60 61 Install the package:: 62 63 pip install -r requirements.txt 64 65 In additional install pyDetLib package, which is required for many notebooks:: 66 67 cd /path/to/packages 68 git clone https://git.xfel.eu/gitlab/karaboDevices/pyDetLib.git 69 cd pyDetLib/lib 70 pip install -r requirements.txt Installing the package itself is missing, only requirements have been installed
Edited by Karim Ahmed
mentioned in commit 25a26de1
Please register or sign in to reply