Closed ludovicsteinbach closed 1 month ago
Getting started sections list multiple ways of installing packages, one of them being from a git dependency. For example JobQueue:
Getting started
As far I can tell, the command is wrong and should be (+ sign instead of :):
+
:
pip install git+https://github.com/ansys/grantami-jobqueue.git
Also, this will not install the latest release from the repository, it will install the package from the main branch.
https://github.com/ansys/grantami-bomanalytics/pull/619 https://github.com/ansys/grantami-jobqueue/pull/134 https://github.com/ansys/grantami-recordlists/pull/322
Getting started
sections list multiple ways of installing packages, one of them being from a git dependency. For example JobQueue:As far I can tell, the command is wrong and should be (
+
sign instead of:
):Also, this will not install the latest release from the repository, it will install the package from the main branch.