ansys / pygranta

PyGranta metapackage
https://grantami.docs.pyansys.com/
MIT License
0 stars 0 forks source link

Fix installation command in `Getting started` sections #117

Closed ludovicsteinbach closed 1 month ago

ludovicsteinbach commented 1 month ago

Getting started sections list multiple ways of installing packages, one of them being from a git dependency. For example JobQueue:

Image

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.

ludovicsteinbach commented 1 month ago

https://github.com/ansys/grantami-bomanalytics/pull/619 https://github.com/ansys/grantami-jobqueue/pull/134 https://github.com/ansys/grantami-recordlists/pull/322