See also
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 asgit describe --tags --always
of your commit.
You can browse the available versions here.