Skip to content
Snippets Groups Projects
  • Viktor Vorobev's avatar
    Merged in NRRPLT-8403-pynrp-package (pull request #36) · 4f4180bb
    Viktor Vorobev authored and Eloy Retamino's avatar Eloy Retamino committed
    NRRPLT-8403 pynrp auto package build and push to nexus
    
    * [NRRPLT-8403] PyPi package build and push
    
    * [NRRPLT-8403] fetch tags
    
    * [NRRPLT-8403] update docs
    
    * [NRRPLT-8403] update docs
    
    * Merged development into NRRPLT-8403-pynrp-package
    * [NRRPLT-8103] Update instructions
    
    
    Approved-by: Eloy Retamino
    4f4180bb
pypi.rst 1.27 KiB

Stand-alone installation

The Virtual Coach is packed and published to PyPi repository.

The official releases can be found here and you can install it as

pip3 install pynrp

The intermediate packages are stored in internal PyPi repository with developer-only access. One requires the username and the password for the developers Nexus server to get them. The following command will help to install the specific version

pip3 install pynrp==<version> --index-url https://<user>:<pass>@nexus.neurorobotics.ebrains.eu/repository/nrp-pypi/simple/ --trusted-host nexus.neurorobotics.ebrains.eu --use-deprecated=legacy-resolver

where

  • <user> is your Nexus username;
  • <pass> is your Nexus password;
  • <version> is a package version, that is determined as git describe --tags --always of your commit.

You can browse the available versions here.