diff --git a/docs/site/examples/frozen_versions/21.06.0/getting_started/install_python_clients_pip.sh b/docs/site/examples/frozen_versions/21.06.0/getting_started/install_python_clients_pip.sh index 00254d51310cafa44cfedd3ee94b5792521ff7a1..85743e2fde64f01d95d898cd306f625563b893d8 100644 --- a/docs/site/examples/frozen_versions/21.06.0/getting_started/install_python_clients_pip.sh +++ b/docs/site/examples/frozen_versions/21.06.0/getting_started/install_python_clients_pip.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -pip3 install --user --trusted-host nims.desy.de --find-links=http://nims.desy.de/extra/asapo/linux_wheels asapo_producer=21.6.0 +pip3 install --user --trusted-host nims.desy.de --find-links=http://nims.desy.de/extra/asapo/linux_wheels asapo_producer==21.6.0 pip3 install --user --trusted-host nims.desy.de --find-links=http://nims.desy.de/extra/asapo/linux_wheels asapo_consumer==21.6.0 # you might need to update pip if the above commands error: pip3 install --upgrade pip diff --git a/docs/site/examples/getting_started/install_python_clients_pip.sh b/docs/site/examples/getting_started/install_python_clients_pip.sh index 338bd3a27a500fad8c535b25061979124007c94e..83d8c696f36e30f896e0f1e2110cd1ad57fc5005 100644 --- a/docs/site/examples/getting_started/install_python_clients_pip.sh +++ b/docs/site/examples/getting_started/install_python_clients_pip.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -pip3 install --user --trusted-host nims.desy.de --find-links=http://nims.desy.de/extra/asapo/linux_wheels asapo_producer=@ASAPO_WHEEL_VERSION_IN_DOCS@ +pip3 install --user --trusted-host nims.desy.de --find-links=http://nims.desy.de/extra/asapo/linux_wheels asapo_producer==@ASAPO_WHEEL_VERSION_IN_DOCS@ pip3 install --user --trusted-host nims.desy.de --find-links=http://nims.desy.de/extra/asapo/linux_wheels asapo_consumer==@ASAPO_WHEEL_VERSION_IN_DOCS@ # you might need to update pip if the above commands error: pip3 install --upgrade pip