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 `__ or directly from the folder. To run it, you also need to install the necessary dependencies: `NumPy `_, `SciPy `_, `pandas `_, `Numba `_, `RPyC `_, `PyQt5 `_ (or `PySide2 `_ with `shiboken2 `_), `pyqtgraph `_, and `imageio `_. 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 `_ 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 `__ or directly from the folder. To run it, you also need to install the necessary dependencies: `NumPy `_, `SciPy `_, `pandas `_, `Numba `_, `RPyC `_, `PyQt5 `_ (or `PySide2 `_ with `shiboken2 `_), `pyqtgraph `_, and `imageio `_. 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 `_ v1.4.1 (not included in ``requirements.txt``). .. _expanding_filter: