From 3fc5a14670bd31f0549a5791f08e8a01c0013062 Mon Sep 17 00:00:00 2001
From: Alexey Shkarin <alexey.shkarin@mpl.mpg.de>
Date: Thu, 6 Oct 2022 22:27:45 +0200
Subject: [PATCH] Fixed pylablib version in the docs

---
 docs/expanding.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/expanding.rst b/docs/expanding.rst
index 37811da..a73ea24 100644
--- a/docs/expanding.rst
+++ b/docs/expanding.rst
@@ -25,7 +25,7 @@ where ``"some-package"`` is the name of the package to install (e.g., ``"scikit-
 Running from source
 ~~~~~~~~~~~~~~~~~~~~~~
 
-It is also possible to run cam-control in your own Python environment. All of the required code is contained in ``cam-control`` folder and can be obtained either on `GitHub <https://github.com/AlexShkarin/pylablib-cam-control/>`__ or directly from the folder. To run it, you also need to install the necessary dependencies: `NumPy <https://docs.scipy.org/doc/numpy/>`_, `SciPy <https://docs.scipy.org/doc/scipy/reference/>`_, `pandas <https://pandas.pydata.org/>`_, `Numba <https://numba.pydata.org/>`_, `RPyC <https://rpyc.readthedocs.io/en/latest/>`_, `PyQt5 <https://www.riverbankcomputing.com/software/pyqt/>`_ (or `PySide2 <https://www.pyside.org/>`_ with `shiboken2 <https://wiki.qt.io/Qt_for_Python/Shiboken>`_), `pyqtgraph <http://www.pyqtgraph.org/>`_, and `imageio <https://imageio.readthedocs.io/en/stable/>`_. All of the dependencies are included in ``requirements.txt`` file inside the ``cam-control`` folder (it can also be extracted by running ``python -m pip freeze`` in the local python command line). In addition, the GitHub-hosted version requires `pylablib <https://pylablib.readthedocs.io/en/stable/>`_ v1.4.0 (not included in ``requirements.txt``).
+It is also possible to run cam-control in your own Python environment. All of the required code is contained in ``cam-control`` folder and can be obtained either on `GitHub <https://github.com/AlexShkarin/pylablib-cam-control/>`__ or directly from the folder. To run it, you also need to install the necessary dependencies: `NumPy <https://docs.scipy.org/doc/numpy/>`_, `SciPy <https://docs.scipy.org/doc/scipy/reference/>`_, `pandas <https://pandas.pydata.org/>`_, `Numba <https://numba.pydata.org/>`_, `RPyC <https://rpyc.readthedocs.io/en/latest/>`_, `PyQt5 <https://www.riverbankcomputing.com/software/pyqt/>`_ (or `PySide2 <https://www.pyside.org/>`_ with `shiboken2 <https://wiki.qt.io/Qt_for_Python/Shiboken>`_), `pyqtgraph <http://www.pyqtgraph.org/>`_, and `imageio <https://imageio.readthedocs.io/en/stable/>`_. All of the dependencies are included in ``requirements.txt`` file inside the ``cam-control`` folder (it can also be extracted by running ``python -m pip freeze`` in the local python command line). In addition, the GitHub-hosted version requires `pylablib <https://pylablib.readthedocs.io/en/stable/>`_ v1.4.1 (not included in ``requirements.txt``).
 
 
 .. _expanding_filter: