From 19633b53b05430ba9da7172ebdf40fabd29bd791 Mon Sep 17 00:00:00 2001
From: Sergey Yakubov <sergey.yakubov@desy.de>
Date: Tue, 20 Jul 2021 10:51:25 +0200
Subject: [PATCH] fix docs

---
 .../21.06.0/getting_started/install_python_clients_pip.sh       | 2 +-
 .../site/examples/getting_started/install_python_clients_pip.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 00254d513..85743e2fd 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 338bd3a27..83d8c696f 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
 
-- 
GitLab