Skip to content
Snippets Groups Projects

Feat: update installation

Merged Mikhail Karnevskiy requested to merge feat/update_installation into master
2 unresolved threads

@ahmedk

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • Karim Ahmed
  • 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
  • Cython is missing maybe add it in a different MR in pyDetLib requirements.

  • beside the few comments, LGTM

  • added 1 commit

    • 8433c816 - Add installation to vertual env

    Compare with previous version

  • mentioned in commit 25a26de1

  • Please register or sign in to reply
    Loading