This guide allows to update the installation of the slicer-package-manager client allowing to upload Slicer application and extension packages on the server maintained and supported by Kitware, Inc.
cd /tmp
git clone git@github.com:Slicer/DashboardScripts.git
cd DashboardScripts
Since these machines have both SSH installed, the following steps will remotely execute the install scripts:
- Open bash terminal and execute the following statements:
cd maintenance
make remote-install-slicerpackagemanager-client
-
Connect to overload using VNC
-
Open
Git Bash -
Execute the following statements:
[[ ! -d /d/Support/slicer_package_manager ]] && cd /d/Support && git clone https://github.com/girder/slicer_package_manager
cd /d/Support/slicer_package_manager
git fetch origin
git reset --hard origin/main
-
Open a command line terminal
-
If needed, create the environment executing the following statements:
D:
C:\Python36-x64\Scripts\virtualenv.exe D:\Support\slicer_package_manager-venv
- Finally, execute the following statements:
D:
D:\Support\slicer_package_manager-venv\Scripts\pip install -U girder_client
D:\Support\slicer_package_manager-venv\Scripts\pip install -U D:\Support\slicer_package_manager\python_client