diff --git a/README.md b/README.md
index e0f02216..971f7a2d 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,14 @@ If you are a web developer or an industry professional looking for a web standar
This implementation is based on RPC, built ground-up in python keeping both the latest web technologies and python principles in mind.
-[](https://github.com/hololinked-dev/docs) [](https://pypi.org/project/hololinked/) [](https://anaconda.org/conda-forge/hololinked) [](https://codecov.io/github/hololinked-dev/hololinked) [](https://anaconda.org/conda-forge/hololinked) [](https://doi.org/10.5281/zenodo.12802841) [](https://discord.com/invite/kEz87zqQXh) [](mailto:info@hololinked.dev) [](https://pypistats.org/packages/hololinked)
+[](https://github.com/hololinked-dev/docs) [](https://github.com/hololinked-dev/hololinked/actions/workflows/ci-pipeline.yml)  [](https://pypi.org/project/hololinked/) [](https://anaconda.org/conda-forge/hololinked) [](https://codecov.io/github/hololinked-dev/hololinked) [](https://anaconda.org/conda-forge/hololinked) [](https://pypistats.org/packages/hololinked) [](https://doi.org/10.5281/zenodo.12802841) [](https://discord.com/invite/kEz87zqQXh) [](mailto:info@hololinked.dev) [](https://forms.gle/FB4XwkUDt1wV4GGPA)
## To Install
From pip - `pip install hololinked`
-From conda - `conda install -c conda-forge hololinked` (not recommended, only upto v0.2.11 which do not have docs anymore, to be fixed in future)
+From conda -
+`pip install aiomqtt` (needs to be installed separately)
+`conda install -c conda-forge hololinked`
Or, clone the repository (main branch for latest codebase) and install `pip install .` / `pip install -e .`. The [uv environment `uv.lock`](#setup-development-environment) can also help to setup all dependencies. Currently the dependencies are hard pinned to promote stability, therefore consider using a virtual environment.